HelpBot Assistant

How can I help you?

SankeyNode

16 Mar 20261 minute to read

Defines a Sankey node item.

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.

Defaults to null

id string

A unique string identifier for the node.
Ensure the id is unique across all nodes in the Sankey chart.

Defaults to null

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.

Defaults to 0