# Funnel chart in Figma

> Drop-off through an ordered sequence of stages

A funnel shows how many survive each step of a process, narrowing as it goes. The stages must be genuinely sequential and each one a subset of the last — otherwise the shape lies, and funnels lie very persuasively.

## Available in 3 of 5 chart libraries

| Library | Ready-made examples |
| --- | --- |
| Highcharts | 5 |
| D3 · Nivo | 1 |
| ECharts | 4 |

10 examples in total.

These are the real charting libraries running inside the plugin, not redrawn lookalikes. The funnel chart on your canvas is the library's own output, and the Export tab hands developers that same library's configuration plus React, Vue, Angular or Svelte code — so what you design is what gets built.

## Reach for it when

- Conversion and recruitment pipelines where every stage is a subset of the previous.
- Finding the step with the biggest drop-off.

## Use something else when

- The stages are parallel rather than sequential.
- People can re-enter or skip stages — the counts stop nesting.

## The data it needs

One row per stage, in order, with the count reaching that stage.

| Stage | Users |
| --- | --- |
| Visited | 12000 |
| Signed up | 3200 |
| Activated | 1400 |
| Paid | 900 |

---

Install Figma Charts: https://www.figma.com/community/plugin/1345221583582136577/figma-charts

All chart types: https://systergon.com/figma-charts/chart-types
