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