SankeyNodesComponent
Represents the configuration options of the Sankey nodes (see example).
Definition
Package:@progress/kendo-angular-charts
Selector:kendo-sankey-nodes
Inputs
align?
"left" | "right" | "stretch"
The alignment of the node.
'stretch'
color?
string
The color of the node.
colorType?
"static" | "source" | "target"
Sets the color type of the link.
Use static for static link color determined by the link's color option.
Use source for link color that matches the source node color.
Use target for link color that matches the target node color.
'static'
The focus highlight options of the Sankey node elements.
The offset applied to the node's position.
{ top: 0, left: 0 }
opacity?
number
The opacity of the node.
1
padding?
number
The minimum vertical space between two nodes.
16
width?
number
The width of the node.
24
Methods
Updates the component fields with the specified values and refreshes the Chart.
Use this method when the configuration values cannot be set through the template.
An object containing the updated input fields.