Sankey
Example
Razor
<kendo-sankey>
<data></data>
<labels></labels>
<legend></legend>
<links></links>
<messages />
<nodes></nodes>
<title />
<tooltip></tooltip>
</kendo-sankey>
ChildTags
Tag Name | Details |
---|---|
data | SankeyDataSettingsTagHelper |
labels | SankeyLabelsSettingsTagHelper |
legend | SankeyLegendSettingsTagHelper |
links | SankeyLinksSettingsTagHelper |
messages | SankeyMessagesSettingsTagHelper |
nodes | SankeyNodesSettingsTagHelper |
title | SankeyTitleSettingsTagHelper |
tooltip | SankeyTooltipSettingsTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
name | String | Sets the name of the component. |
disable-auto-layout | Boolean | If set to true, the Sankey will not automatically reorder the nodes to reduce the number of links that cross over each other. |
on-link-click | String | Fires when the user clicks a link. |
on-link-enter | String | Fires when the user enters a link. Similar to the mouseenter event. |
on-link-leave | String | Fires when the user leaves a link. Similar to the mouseleave event. |
on-node-click | String | Fires when the user clicks a node. |
on-node-enter | String | Fires when the user enters a node. Similar to the mouseenter event. |
on-node-leave | String | Fires when the user leaves a node. Similar to the mouseleave event. |
script-attributes | IDictionary<String,Object> | |
theme | String | The theme configuration options. |
is-in-client-template | Boolean | When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute. |
deferred | Boolean | Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method. |
as-module | Boolean | |
has-client-component | Boolean | |
sanitize-id | Boolean |