Function: addFunnel()
ts
function addFunnel(plot, opts): PatchesLayer;Defined in: charts/funnel.ts:99
Add a funnel chart: one filled trapezoid Patch per stage plus centered labels. Composes Plot.addPatches — low-risk, no new layer type.
Parameters
| Parameter | Type |
|---|---|
plot | Plot |
opts | FunnelOptions |