New to Kendo UI for Angular? Start a free 30-day trial
SankeyFlatBindingDirective
Represents a directive that 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 |
|
Specifies the data that the Sankey diagram displays. | |
dimensionFields |
|
Sets the fields that identify the nodes. | |
valueField |
|
Sets the unique field that represents the link value between nodes. |
Events
Name | Type | Description |
---|---|---|
dataBound |
|
Fires when the flat data has been converted to Modify the data to customize the created nodes and links. |