Charts
Funnel chart
Conversion stages. A tapering tape, discrete steps, or a vertical drop-off.
Props
| Property | Type | Default | Description |
|---|---|---|---|
data | ChartDatum[] | — | Stages in order. The first value is 100%. |
dataKey | string | "value" | Numeric field on each stage. |
labelKey | string | "label" | Stage name. |
variant | "tape" | "steps" | "vertical" | "flow" | "tape" | Tapering ribbon, discrete blocks, or stacked drop-off bars. |
className | string | — | Outer wrapper. |