<kendo:sankey-nodes>

The default nodes configuration of the Sankey. The nodes configuration options will be overridden by the data.nodes configuration.

Example

<kendo:sankey>
    <kendo:sankey-nodes></kendo:sankey-nodes>
</kendo:sankey>

Configuration Attributes

align java.lang.String

The alignment of the node.

Example

<kendo:sankey-nodes align="align">
</kendo:sankey-nodes>

padding float

The minimum vertical space between two nodes.

Example

<kendo:sankey-nodes padding="padding">
</kendo:sankey-nodes>

width float

The width of the node.

Example

<kendo:sankey-nodes width="width">
</kendo:sankey-nodes>

Configuration JSP Tags

kendo:sankey-nodes-offset

The offset applied to the node's position.

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

Example

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