<kendo:sankey-data-links>

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.

Example

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

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-link.

Example

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