<kendo:sankey-labels>
The default labels configuration of the Sankey. The labels configuration options will be overridden by the data.nodes.label configuration.
Example
<kendo:sankey>
<kendo:sankey-labels></kendo:sankey-labels>
</kendo:sankey>
Configuration Attributes
align java.lang.String
The alignment of the label.
Example
<kendo:sankey-labels align="align">
</kendo:sankey-labels>
color java.lang.String
The color of the label.
Example
<kendo:sankey-labels color="color">
</kendo:sankey-labels>
font java.lang.String
The font of the label.
Example
<kendo:sankey-labels font="font">
</kendo:sankey-labels>
padding float
The padding of the label. Further configuration is available via kendo:sankey-labels-padding.
Example
<kendo:sankey-labels padding="padding">
</kendo:sankey-labels>
position java.lang.String
The position of the label.
Example
<kendo:sankey-labels position="position">
</kendo:sankey-labels>
visible boolean
If set to false, the label will not be displayed.
Example
<kendo:sankey-labels visible="visible">
</kendo:sankey-labels>
Configuration JSP Tags
kendo:sankey-labels-border
The border of the label.
More documentation is available at kendo:sankey-labels-border.
Example
<kendo:sankey-labels>
<kendo:sankey-labels-border></kendo:sankey-labels-border>
</kendo:sankey-labels>
kendo:sankey-labels-margin
The margin of the label.
More documentation is available at kendo:sankey-labels-margin.
Example
<kendo:sankey-labels>
<kendo:sankey-labels-margin></kendo:sankey-labels-margin>
</kendo:sankey-labels>
kendo:sankey-labels-offset
The offset applied to the label's position.
More documentation is available at kendo:sankey-labels-offset.
Example
<kendo:sankey-labels>
<kendo:sankey-labels-offset></kendo:sankey-labels-offset>
</kendo:sankey-labels>
kendo:sankey-labels-padding
The padding of the label.
More documentation is available at kendo:sankey-labels-padding.
Example
<kendo:sankey-labels>
<kendo:sankey-labels-padding></kendo:sankey-labels-padding>
</kendo:sankey-labels>
kendo:sankey-labels-stroke
The stroke of the label text.
More documentation is available at kendo:sankey-labels-stroke.
Example
<kendo:sankey-labels>
<kendo:sankey-labels-stroke></kendo:sankey-labels-stroke>
</kendo:sankey-labels>