Interface: FunnelLayoutOptions
Defined in: charts/funnel.ts:28
Properties
height?
ts
optional height?: number;Defined in: charts/funnel.ts:32
Total stack height. Default 1 (extent [0, 1], top stage first).
neck?
ts
optional neck?: number;Defined in: charts/funnel.ts:34
Bottom width of the last stage as a fraction of its value width. Default 0.4.
width?
ts
optional width?: number;Defined in: charts/funnel.ts:30
Full plot width the largest stage spans. Default 1 (extent [-0.5, 0.5]).