Chart
Radar Web
A radar compares the whole profile: the polygon's shape shows where things sag relative to the rest, and the dashed outline keeps a benchmark alongside.
What you can change
- the axes through axes: label and a 0–100 value on each
- the comparison outline through compare — its length has to match the number of axes
- the legend captions through seriesLabel and compareLabel
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-027?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
One file, zero dependencies, the --vibeui-chart-027-* palette. A server component. The points are trigonometry from the centre: the first spoke points up, the rest run clockwise. The web is three concentric polygons of the same shape as the data, so the levels read along the spokes. Axis labels anchor by side: start on the right, end on the left, middle top and bottom — otherwise the left-hand labels ride over the figure. The second outline is dashed and appears only when compare matches the number of axes. Values are percentages of the web's edge: a shared scale is mandatory, or the shape means nothing. The data is mirrored in a hidden table and the SVG is aria-hidden. Motion: the polygon unfolds from the centre, nodes pop in, hovering an axis highlights the value; reduced motion shows everything at once; animate=false turns it off.
Tags
- chart
- radar
- comparison
- profile
- animated
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…