Radial Bar Chart
A Radial/Circular bar chart is a bar chart displayed on a polar coordinate system. The difference between radial column chart is that base axis of series is y axis of a radar chart making columns circular. You can easily adjust start/end angles of a chart by setting startAngle and endAngle of your RadarChart component.
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 radial (circular) bar chart with a donut hole and 5 stacked column series displayed on a polar coordinate system. Generate 6 categories with random values between 0-10 for each series. Use a circular value axis as the angular dimension with outward labels and a radial category axis displaying category labels. Stack all series concentrically with semi-transparent borders for visual separation. Add a cursor with zoom, horizontal and vertical scrollbars, and tooltips showing the series name and value. Disable panning; enable mouse wheel zoom. Animate series on load. Use amCharts 5 library.
Demo source