Pie chart

Pie chart

From Business Intelligence

Jump to: navigation, search


Description

This common graph is a circle with pie-shaped "slices" on a polar plane. Each slice represents a quantitative proportion of the whole data set, usually expressed in percentages. To see the proportion of variables as parts of a whole. Pie charts are common and thus easily interpreted.



Considerations

  • Pie charts should be avoided whenever possible because they do not convey exact values very well, and people find it difficult to visually evaluate circles in this way. Try using a bar chart, a table, or tree map instead.
  • If you must use a pie chart, try arranging the slices largest to smallest, starting at 12:00 and moving clockwise.
  • The difference in slice size must be obvious.
  • Having many slices makes the data difficult to read and understand.
  • Pie charts should never be used when the data items do not add up to a whole, or 100%.

Related techniques

Donut chart: Also known as a ring chart. Similar to the pie chart, except with several datasets. These are arranged in concentric rings sliced into portions. Each color represents the same variable in the dataset, with size showing the proportion. Donut charts should be avoided even more than pie charts. For most situations, the stacked column/bar chart is a preferable alternative. Inner circles are smaller than outer circles, so this chart may convey misleading information about data points. Also should not be used for more than 7 data series

Links