Simple Pie Chart
Pie charts are the most commonly used chart type to represent qualitative data (values in relation to the whole). amCharts has an extensive support for various pie chart sub-types and configuration options. This demo shows the most basic and commonly used implementation of pie chart.
Key implementation details
We create an instance of PieChart and add PieSeries to it with data fields configured. And that’s all you need to do to add this type of pie chart in your web app.
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 basic pie chart with seven categories labeled 'One' through 'Seven' with values 10, 9, 6, 5, 4, 3, and 1 respectively. Each slice should be proportionally sized and colored with distinct colors from the default palette. Include an animated sequential reveal on load. The chart should be responsive at 100% width and 500px height. Display hover tooltips showing category name and value. Use amCharts 5 library.
Demo source