Chart
Tapered Funnel
A sales funnel drawn as one continuous tapering shape: the stage bands share their borders, and the name, count and conversion drop are pushed out to leader lines on the side.
What you can change
- the stages array: each stage's label and value
- title — the funnel heading
- unit — the unit named under the shape
A link for your AI agent: preview, code and instructions.
Preview
Use it with AI
- 1. Copy the link.
- 2. Write to your agent in your own words and drop the link into the sentence.
- 3. The agent opens the link and installs the component from the registry.
put this on the home page as the hero:
https://vibeui.ru/c/chart-023?lang=en&theme=dark
Not sure where to paste it? Step-by-step guide
Show the full instructions
What the link says, spelled out. Use it when your agent cannot open links — paste this text instead.
Loading…
For developers
The install command lives in the “Component source” block below — a signed link that stays valid for 24 hours.
Technical notes
The component is self-contained: one file, zero dependencies, the palette in --vibeui-chart-023-*. Server component, no client JS. The funnel is drawn as one SVG polygon per stage: neighbouring bands share a common border, so the transition between stages looks like a continuous cone rather than a stack of separate blocks. The labels and the drop-off percentages sit outside the shape on thin leader lines — inside the narrow bottom band the text would physically not fit. The SVG carries aria-hidden, and the data for a screen reader lives in a visually hidden table with a caption and scope. Motion: the funnel unfolds top to bottom as one shape, hover highlights a stage; reduced motion shows everything at once; animate=false turns it off.
Tags
- chart
- funnel
- conversion
- sales
- animated
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…