Docs / Pie & funnel

Funnel chart

Pro

Visualize a pipeline: each stage as a shrinking segment.

Example

blade
<chart:funnel
    :series="[100, 80, 60, 30]"
    :labels="['Visits', 'Signups', 'Trials', 'Paid']"
/>

Props

Prop Type Default Description
series array [] Flat values, or [name, value] objects.
labels array [] Stage labels.
legend bool true Show the legend.

Plus the common props (height, theme, model, class).

This is a Pro component

Unlock it and every other Pro chart with a one-time license.

Get WireCharts Pro