New to Kendo UI for AngularStart 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

NameTypeDefaultDescription

kendoSankeyFlatBinding

any[]

The data which will be displayed by the Sankey diagram.

dimensionFields

string[]

Represents the fields which identify the nodes.

valueField

string

Represents the unique field which represents the link value between nodes.

Events

NameTypeDescription

dataBound

EventEmitter<SankeyFlatBindingDataBoundEvent>

Fires when the flat data has been converted to SankeyData.

To customize the created nodes and links, modify the data.

In this article
SelectorInputsEvents
Not finding the help you need?
Contact Support