New to Kendo UI for Angular? Start a free 30-day trial

SankeyOptions

Sankey options.

NameTypeDefaultDescription

data

SankeyData

The data of the Sankey. The data object contains the Sankey nodes and links configuration.

disableAutoLayout?

boolean

If set to true, the Sankey will not automatically reorder the nodes to reduce the number of links that cross over each other.

labels?

SankeyLabelDefaults

The default label options of the Sankey.

legend?

SankeyLegend

The legend configuration options of the Sankey.

SankeyLinkDefaults

The default link options of the Sankey.

nodes?

SankeyNodeDefaults

The default node options of the Sankey.

title?

SankeyTitle

The Sankey title configuration options.

tooltip?

SankeyTooltip

The tooltip configuration options of the Sankey.