Or try with a sample dataset:

A pie chart divides a circle into slices proportional to each category's share of the total. It is best suited for showing part-to-whole relationships when you have a small number of categories and want to communicate proportions at a glance.
Use a pie chart when:
A donut chart is a pie chart with a hole in the center. The empty center can be used to display a total or label. Ask for "donut chart" in your prompt to switch styles.
| What you want | What to type |
|---|---|
| Market share | pie chart of revenue by region |
| Survey responses | pie chart showing count of each answer option |
| Budget breakdown | donut chart of spending by department |
| Top N + Other | pie chart of top 5 countries by population, group remaining as Other |
| Exploded slice | pie chart of sales by category, explode the largest slice |
Pie charts work well for proportions, but consider alternatives when:
| Situation | Better choice |
|---|---|
| More than 6 categories | Bar chart — easier to compare many slices |
| Showing change over time | Line chart |
| Comparing absolute values | Bar chart — length is easier to judge than area |
| Proportions are very similar | Bar chart — small angle differences are hard to distinguish |
How do I show percentages on the slices? Ask for "pie chart with percentage labels on each slice". The AI can also show both the value and the percentage.
Can I sort slices by size? Yes — ask to "sort slices from largest to smallest starting at 12 o'clock".
What if one category dominates and the others are tiny? Ask to "group categories under 3% into an Other slice" to keep the chart readable.
Can I use custom colors? Yes — specify colors in your prompt, e.g. "use blue for Online, red for In-Store, green for Wholesale", or ask for a named color palette.