<kendo:sankey-data>

The data of the Sankey. The data object contains the Sankey nodes and links configuration.

Example

<kendo:sankey>
    <kendo:sankey-data></kendo:sankey-data>
</kendo:sankey>

Configuration Attributes

Configuration JSP Tags

The links of the Sankey. The links are the connections between the nodes. Each link has a sourceId and targetId that correspond to the id of the source and target nodes, and a value that represents the value of the link.

More documentation is available at kendo:sankey-data-links.

Example

<kendo:sankey-data>
    <kendo:sankey-data-links></kendo:sankey-data-links>
</kendo:sankey-data>

kendo:sankey-data-nodes

The nodes of the Sankey. The nodes are the elements that are connected by the links. Each node has an id that is used to connect the nodes with the links.

More documentation is available at kendo:sankey-data-nodes.

Example

<kendo:sankey-data>
    <kendo:sankey-data-nodes></kendo:sankey-data-nodes>
</kendo:sankey-data>
In this article
Not finding the help you need?