Chart

Conversion Funnel

A sales funnel: the steps narrow from top to bottom and the conversion rate is spelled out between them. Suits a marketing report. Change the steps, the numbers and the labels.

What you can change

  • the steps array: a label and a value per step
  • title — the funnel heading
  • unit — the unit named in the caption under the funnel

A link for your AI agent: preview, code and instructions.

Preview

1440pxHost theme

Use it with AI

  1. 1. Copy the link.
  2. 2. Write to your agent in your own words and drop the link into the sentence.
  3. 3. The agent opens the link and installs the component from the registry.
AI
1Pick it here

put this on the home page as the hero:

https://vibeui.ru/c/chart-017?lang=en&theme=dark

2Paste into the chat
3Get it in your project

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, its own palette in the local --vibeui-chart-017-* variables. Server component: no hooks. The step shape lives entirely in clip-path: polygon, and the corner coordinates arrive in four CSS variables computed from the step's share and the next step's share, so the figure stretches with the container and needs neither SVG nor pseudo-elements with borders. The step width is floored at about a third of the width: a narrow step does not collapse into a line and still fits the number and the tail of the label. The label inside a step is narrowed by padding down to the trapezoid width at the line height and is cut with an ellipsis instead of being sliced mid-letter by the clip-path. The data is mirrored in a visually hidden table. Motion: funnel steps unfold top to bottom, the transition rates fade in; reduced motion shows everything at once; animate=false turns it off.

Tags

  • funnel
  • conversion
  • clip-path
  • analytics
  • animated
Component source

The same file your agent installs. Here in case you would rather copy it by hand.

Loading…