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.
on-link-clickStringFires when the user clicks a link.
on-link-enterStringFires when the user enters a link. Similar to the mouseenter event.
on-link-leaveStringFires when the user leaves a link. Similar to the mouseleave event.
on-node-clickStringFires when the user clicks a node.
on-node-enterStringFires when the user enters a node. Similar to the mouseenter event.
on-node-leaveStringFires when the user leaves a node. Similar to the mouseleave event.
script-attributesIDictionary<String,Object>
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-moduleBoolean
has-client-componentBoolean
sanitize-idBoolean
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support