<kendo:sankey-data-node>
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.
Example
<kendo:sankey-data-nodes>
<kendo:sankey-data-node></kendo:sankey-data-node>
</kendo:sankey-data-nodes>
Configuration Attributes
align java.lang.String
The alignment of the node.
Example
<kendo:sankey-data-node align="align">
</kendo:sankey-data-node>
color java.lang.String
The color of the node. Accepts a valid CSS color string, including hex and rgb.
Example
<kendo:sankey-data-node color="color">
</kendo:sankey-data-node>
id java.lang.Object
The ID of the node. The ID is used to connect the nodes with the links.
Example
<kendo:sankey-data-node id="id">
</kendo:sankey-data-node>
opacity float
The opacity of the node.
Example
<kendo:sankey-data-node opacity="opacity">
</kendo:sankey-data-node>
padding float
The minimum vertical space between two nodes.
Example
<kendo:sankey-data-node padding="padding">
</kendo:sankey-data-node>
width float
The width of the node.
Example
<kendo:sankey-data-node width="width">
</kendo:sankey-data-node>
Configuration JSP Tags
kendo:sankey-data-node-label
The label of the node.
More documentation is available at kendo:sankey-data-node-label.
Example
<kendo:sankey-data-node>
<kendo:sankey-data-node-label></kendo:sankey-data-node-label>
</kendo:sankey-data-node>
kendo:sankey-data-node-offset
The offset applied to the node's position.
More documentation is available at kendo:sankey-data-node-offset.
Example
<kendo:sankey-data-node>
<kendo:sankey-data-node-offset></kendo:sankey-data-node-offset>
</kendo:sankey-data-node>