Skip to content

SankeyNode

Defined in: types/index.ts:556

A node in a Sankey diagram.

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


optional label?: string

Defined in: types/index.ts:560

Optional display label (defaults to the id).