SankeyFlatBindingDirective
Directive
Represents a directive that encapsulates the retrieval of the nodes and links when flat data is provided.
Definition
Package:@progress/kendo-angular-charts
Selector:[kendoSankeyFlatBinding]
Inputs
dimensionFields
string[]
Sets the fields that identify the nodes.
Default:
[]
Specifies the data that the Sankey diagram displays.
valueField
string
Sets the unique field that represents the link value between nodes.
Events
dataBound
EventEmitter<SankeyFlatBindingDataBoundEvent>
Fires when the flat data has been converted to SankeyData.
Modify the data to customize the created nodes and links.