Skip to content

Interface: FunnelItem

Defined in: charts/funnel.ts:12

One funnel stage: a labeled weighted value.

Properties

color?

ts
optional color?: string;

Defined in: charts/funnel.ts:16

Explicit fill; otherwise a palette color is cycled by index.


label

ts
label: string;

Defined in: charts/funnel.ts:13


value

ts
value: number;

Defined in: charts/funnel.ts:14

MIT licensed. WebGL2 required.