New to Kendo UI for Angular? Start a free 30-day trial
SankeyFlatBindingDirective
A directive which encapsulates the retrieval of the nodes and links when flat data is provided.
See Data Binding - Binding to Flat Data.
Selector
[kendoSankeyFlatBinding]
Inputs
Name | Type | Default | Description |
---|---|---|---|
kendoSankeyFlatBinding |
|
The data which will be displayed by the Sankey diagram. | |
dimensionFields |
|
Represents the fields which identify the nodes. | |
valueField |
|
Represents the unique field which represents the link value between nodes. |
Events
Name | Type | Description |
---|---|---|
dataBound |
|
Fires when the flat data has been converted to To customize the created nodes and links, modify the data. |