SankeyLink
Defined in: types/index.ts:569
A flow between two Sankey nodes.
Properties
Section titled “Properties”source
Section titled “source”source:
string
Defined in: types/index.ts:571
Source node id (the flow’s origin).
target
Section titled “target”target:
string
Defined in: types/index.ts:573
Target node id (the flow’s destination).
value:
number
Defined in: types/index.ts:575
Flow magnitude. Bands and link thickness scale with this.