How can I help you?
SankeyLinkModel
16 Mar 20261 minute to read
Interface for a class SankeyLink
Properties
sourceId string
Specifies the unique identifier of the source node for this
link.
This should match the id of an existing Sankey node.
targetId string
Specifies the unique identifier of the target node for this link.
This should match the id of an existing Sankey node.
value number
Defines the weight or value of the link.
This determines the thickness of the link in the Sankey diagram.