Skip to content

Interface: SankeyNode

Defined in: charts/sankey.ts:19

A node: a display name and an optional explicit fill color.

Properties

color?

ts
optional color?: string;

Defined in: charts/sankey.ts:21


name

ts
name: string;

Defined in: charts/sankey.ts:20

MIT licensed. WebGL2 required.