How can I help you?
SankeyLink
16 Mar 20261 minute to read
Represents a single link (edge) in a Sankey diagram. A link connects a source node to a target node and carries a quantitative flow between them.
Properties
sourceId string
Specifies the unique identifier of the source node for this
link.
This should match the id of an existing Sankey node.
Defaults to null
targetId string
Specifies the unique identifier of the target node for this link.
This should match the id of an existing Sankey node.
Defaults to null
value number
Defines the weight or value of the link.
This determines the thickness of the link in the Sankey diagram.
Defaults to null