Chart
Bar Chart
A bar chart made of markup: each bar's height is a percentage in a CSS variable rather than SVG. The chart stays text, so it scales and prints.
What you can change
- the bars array: label, value and the highlight flag
- title — the chart heading
- unit — the unit beside the values
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-002?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, its own palette in the local --vibeui-chart-002-* variables. The bars are ordinary elements in a flex layout; each height arrives in the --vibeui-chart-002-bar-height variable as a percentage of the maximum. The grid is drawn by a repeating background gradient on the area rather than by separate elements. The axis labels are marked aria-hidden, because every value is already read out by the hidden text inside the bar. Motion: gradient bars with a highlight grow from the base one after another, labels fade in after; hover lights the bar and dims its neighbours; reduced motion shows everything at once; animate=false turns it off.
Tags
- chart
- bar
- analytics
- no-svg
- animated
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…