Skip to content

SankeyNode

Defined in: types/index.ts:559

A node in a Sankey diagram.

optional color?: 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.


optional label?: string

Defined in: types/index.ts:563

Optional display label (defaults to the id).