Pie Chart Tool
Display proportions and percentages. Toggle donut mode for a hollow center.
Chart Data
Note: What Is a Pie Chart?
The Basics
A pie chart is a circular statistical graphic that shows how a whole is divided into parts. The full circle represents the total of 100%, and each category is drawn as a slice (or wedge) whose angle and area are proportional to its share of that total. The bigger the slice, the bigger the category's contribution. Because every slice is a fraction of the same circle, a pie chart only ever displays a single data series, and all slices must add up to the complete total.
Common Use Cases
- Market share: showing how a market is split between competing companies, such as browser or smartphone OS share.
- Budget allocation: breaking a fixed budget into spending categories like rent, food, transport, and savings.
- Survey results: summarizing the share of respondents who picked each answer option in a single question.
- Revenue mix: showing what percentage of total revenue comes from each product line or region.
- Time and attention: how people spend a fixed resource, from daily hours to website traffic sources.
- Population and demographics: composition of a group by age band, gender, or country of origin.
When to Use It vs Alternatives
Reach for a pie chart when you want to communicate proportions at a glance, especially when one dominant slice stands out against the rest. It works best with a small number of categories, roughly two to seven, and when the exact values matter less than the rough share of each part.
Switch to other charts when the job changes. To compare individual values precisely, a bar chart is usually better, because humans judge differences in length far more accurately than differences in angle or area. For changes over time, use a line or column chart instead. If you have many categories (more than six or eight), a bar chart or treemap handles the detail better than a crowded pie.
How to Read and Build It Well
- Read the angles and compare each slice to familiar anchor points: 50% is half the circle, 25% is a quarter, and 12.5% is an eighth.
- Start the largest slice at the 12 o'clock position and order slices from largest to smallest for a cleaner visual flow.
- Keep the number of slices small; group tiny categories into a single "Other" slice.
- Label slices directly when possible, or pair them with a color-coded legend that matches exactly.
- Avoid 3D effects, exploded slices, and excessive patterns, which distort perceived proportions.
- Add exact percentages on or beside each slice when precision matters to your reader.
Fun Facts
- William Playfair, the Scottish engineer credited with inventing many common chart types, created the first pie chart in 1801.
- Playfair's original pie chart appeared in "The Statistical Breviary" and showed the proportions of territory held by the Turkish Empire across Asia, Europe, and Africa.
- The chart is called a pie because it resembles an actual pie cut into slices, a comparison Playfair himself used.
- One percent of a circle equals exactly 3.6 degrees, which is how pie slices are computed from percentage data.
- Florence Nightingale's famous "coxcomb" diagrams from the Crimean War are often mistaken for pie charts, but they are radial bar charts on a different design.
- Psychological studies show people estimate values from bar lengths more accurately than from pie slice angles, which is why data experts often prefer bars.
- Despite the criticism from statisticians, the pie chart remains one of the most recognized and widely used chart types in the world.