How can I help you?
SankeyNodeModel
16 Mar 20261 minute to read
Interface for a class SankeyNode
Properties
color string
Specifies the color applied to the node.
The node color is applied based on the current theme if this property is not specified.
id string
A unique string identifier for the node.
Ensure the id is unique across all nodes in the Sankey chart.
label SankeyDataLabelModel
Options for customizing the data label of the Sankey node.
offset number
Specifies a custom offset position for the node.
This allows shifting the node horizontally (in Horizontal orientation) or vertically (in Vertical orientation), relative to its computed layout position.