Sankey

Example

Razor
<kendo-sankey>
    <data></data>
    <labels></labels>
    <legend></legend>
    <links></links>
    <messages />
    <nodes></nodes>
    <title />
    <tooltip></tooltip>
</kendo-sankey>

ChildTags

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
disable-auto-layoutBooleanIf set to true, the Sankey will not automatically reorder the nodes to reduce the number of links that cross over each other.
disable-keyboard-navigationBooleanIf set to true, the Sankey keyboard navigation will be disabled.
on-link-clickStringThe name of the JavaScript function that will handle the linkClick event. Fires when the user clicks a link.
on-link-enterStringThe name of the JavaScript function that will handle the linkEnter event. Fires when the user enters a link. Similar to the mouseenter event.
on-link-leaveStringThe name of the JavaScript function that will handle the linkLeave event. Fires when the user leaves a link. Similar to the mouseleave event.
on-node-clickStringThe name of the JavaScript function that will handle the nodeClick event. Fires when the user clicks a node.
on-node-enterStringThe name of the JavaScript function that will handle the nodeEnter event. Fires when the user enters a node. Similar to the mouseenter event.
on-node-leaveStringThe name of the JavaScript function that will handle the nodeLeave event. Fires when the user leaves a node. Similar to the mouseleave event.
script-attributesIDictionary<String,Object>Sets the attributes that will be added to the script tag of the component's initialization script.
themeStringThe theme configuration options.
is-in-client-templateBooleanWhen placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
as-moduleBooleanSpecifies whether the initialization script of the component will be rendered as a JavaScript module.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support