Pie Charts
Understanding and using Pie Charts
Understanding and using Pie Charts
A pie chart helps organize and show data as a percentage of a whole. True to the name, this kind of visualization uses a circle to represent the whole, and slices of that circle, or “pie”, to represent the specific categories that compose the whole. This type of chart helps the user compare the relationship between different dimensions (Ex. categories, products, individuals, countries, etc.) within a specific context. Usually, the chart splits the numerical data (measure) into percentages of the total sum. Each slice represents the proportion of the value, and should be measured accordingly.
To read a pie chart, you must consider the area, arc length, and angle of every slice. Because it can be hard to compare the slices, meaningful organization is key. Slices in a pie chart should be organized in a coherent way, usually the biggest to smallest, to make it easier for the user to interpret. Start at the biggest piece and work your way down to the smallest to properly digest the data. The colors of the slices should match their respective blocks in the legend, so that viewers do not need to consult the legend as much.
Generally, the whole (or total of the quantitative values or slices) is not listed within the pie chart. Typically, it can be listed in the text near the chart, the table explaining specific data measurements, or as a separate BAN in another dashboard.
Three-dimensional pie charts are difficult to read and misleading. Since the interpretation of a pie chart relies on the area, arc length, and angle of each slice, a three-dimensional representation of this chart type will tilt the pie and skew your visual perception of its slices.The use of a three-dimensional pie chart can make an accurate comparison of categories nearly impossible due to the visual imbalance that can exist between slices.
Pie charts should be used to show the relationship of different parts to the whole. They work best with dimensions that have a limited number of categories. If you need to emphasize that one section of the whole is overrepresented or underrepresented, a pie chart can make that story within the data stand out. Pie charts do not work well for comparing exact numbers.
If you have a dimension with just a couple of categories to compare, then a pie chart can help display each value of a category within the whole. The chart should read as a comparison of each group to each other, forming a whole category. The “whole” could be anything so long as the category can be split into separate slices that are distinguishable from each other.
Use a pie chart if:
Do not use a pie chart if:
Pie Chart Best Practices:
If there is a comparison to be made between multiple categories, consider a line chart instead. Line charts provide an easy overview of the patterns and trends found in multiple sets of data, as well as the effect they have on each other.
This pie chart shows the percentage of total sales per regional market.
This pie chart takes data from the east market sales and splits them by the variety of coffee purchased.
In attempting to display the many kinds of coffee and tea sold at the market, someone created a very confusing pie chart.
The best way to present this kind of data would be through a bar chart. Bar charts provide space between categories, so that each bar is easily distinguished.
Furthermore, each bar is aligned to a common baseline, the labels can be read more easily, and the relative size of each bar can be more easily determined by the viewer.
In attempting to display the many kinds of coffee and tea sold at the market, someone created a very confusing pie chart.
Two or more pie charts should not be placed side by side for a comparison. Multiple markets show different percentages for the kinds of products sold.
Instead, a stacked bar chart will make a better visual aide to compare multiple categories within a dimension.
Stacked bar charts can also display parts of a whole through percentages. When the parts of the whole equal 100 percent of the total, users can better grasp the comparisons between categories.
Bar charts and stacked bar charts can be good potential alternatives to pie charts. They can better show the relative size and importance of measure values broken down by the categories of a selected dimension. They are also better equipped to show more categories at one time than a pie chart.