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.