Flower Chart
Flower chart, also known as filled radar chart.
Key implementation details
We create the Flower chart by adding a RadarColumnSeries to the radar chart. We set cellStartLocation and cellEndLocation on the category axis renderer so that the columns fill the central part of each cell and not side-to-side.
Related tutorials
Build this chart with AI
The prompt below can be used to build this chart with AI. For best coding results, use the most advanced AI models, like Claude Opus 4.6 and GPT-5.3-Codex. For more info and tips, check out amCharts AI docs.
Create a flower chart using a radar layout with two column series radiating from the center in a circular layout. Display 8 categories ('One' through 'Eight') on a circular category axis with outward labels and a radial value axis. Configure the columns to occupy the central portion of each cell rather than spanning edge to edge, creating a petal-like flower appearance. Set values ranging from 2 to 16 across both series. Disable panning; enable mouse wheel for horizontal panning and vertical zooming. Add a cursor with zoom, and both horizontal and vertical scrollbars. Show tooltips with series name and value. Animate series on load. Use amCharts 5 library.
Demo source