New to Kendo UI for Angular? Start a free 30-day trial
SankeyOptions
Represents the options of the Sankey component.
Name | Type | Default | Description |
---|---|---|---|
data |
|
The data of the Sankey. The data object contains the Sankey nodes and links configuration. | |
disableAutoLayout? |
|
If set to | |
disableKeyboardNavigation? |
|
If set to | |
labels? |
|
The default label options of the Sankey. | |
legend? |
|
The legend configuration options of the Sankey. | |
links? |
|
The default link options of the Sankey. | |
nodes? |
|
The default node options of the Sankey. | |
rtl? |
|
If set to | |
title? |
|
The Sankey title configuration options. | |
tooltip? |
|
The tooltip configuration options of the Sankey. |