Skip to content

Interface: FunnelOptions

Defined in: charts/funnel.ts:81

Properties

colors?

ts
optional colors?: PaletteSpec;

Defined in: charts/funnel.ts:87

Palette cycled by index for stages lacking a color. Defaults to FUNNEL_PALETTE.


height?

ts
optional height?: number;

Defined in: charts/funnel.ts:84


items

ts
items: FunnelItem[];

Defined in: charts/funnel.ts:82


labels?

ts
optional labels?: boolean;

Defined in: charts/funnel.ts:92

Draw a centered label per stage. Default true.


name?

ts
optional name?: string;

Defined in: charts/funnel.ts:89


neck?

ts
optional neck?: number;

Defined in: charts/funnel.ts:85


opacity?

ts
optional opacity?: number;

Defined in: charts/funnel.ts:88


renderType?

ts
optional renderType?: RenderType;

Defined in: charts/funnel.ts:90


width?

ts
optional width?: number;

Defined in: charts/funnel.ts:83

MIT licensed. WebGL2 required.