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