Interface: FunnelStage
Defined in: charts/funnel.ts:20
A laid-out stage: the input item plus its trapezoid polygon ring.
Properties
color?
ts
optional color?: string;Defined in: charts/funnel.ts:23
label
ts
label: string;Defined in: charts/funnel.ts:21
poly
ts
poly: {
x: number[];
y: number[];
};Defined in: charts/funnel.ts:25
Closed polygon ring (4 corners) in data space.
x
ts
x: number[];y
ts
y: number[];value
ts
value: number;Defined in: charts/funnel.ts:22