SankeyNode
Defined in: types/index.ts:556
A node in a Sankey diagram.
Properties
Section titled “Properties”color?
Section titled “color?”
optionalcolor?:string
Defined in: types/index.ts:562
Optional explicit fill — falls back to the theme palette.
id:
string
Defined in: types/index.ts:558
Unique node id used by SankeyLink to wire flows.
label?
Section titled “label?”
optionallabel?:string
Defined in: types/index.ts:560
Optional display label (defaults to the id).