<kendo:sankey-links>

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

Example

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

Configuration Attributes

color java.lang.String

The color of the links.

Example

<kendo:sankey-links color="color">
</kendo:sankey-links>

colorType java.lang.String

Defines the color type of the link.

Example

<kendo:sankey-links colorType="colorType">
</kendo:sankey-links>

opacity float

The opacity of the links.

Example

<kendo:sankey-links opacity="opacity">
</kendo:sankey-links>

Configuration JSP Tags

The link highlight configuration options.

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

Example

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