Funnel Chart
Drop-off across sequential stages, where each stage is a subset of the one before it.
Visited pricingStarted trialInvited a teammateConverted
Stages have to nest
A funnel claims everyone at each stage also passed the previous one. If your stages are merely sequential rather than nested — people can skip one, or enter halfway — the narrowing shape asserts something untrue, and a Bar Chart is the honest version.
Sizes
Visited pricingStarted trialInvited a teammateConverted
Visited pricingStarted trialInvited a teammateConverted
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| data | { label: string; value: number }[] | Stages in order, widest first. Each value is the count that reached that stage. | |
| size | 'sm' | 'md' | 'lg' | 'xl' | 'md' | Preset height. |