SankeyLinkLabel
Interface
Represents the options of the Sankey link label.
Definition
Package:@progress/kendo-react-charts
Properties
The aria-label template of the Sankey link label.
Parameters:data{ link: SankeyLinkDataItem }Returns:
string
Default:
'({ link }) => ${link.source.label.text} to ${link.target.label.text}'