Use a stacked bar chart instead of a pie chart when there are more than five shares
For part-whole reading on a single total with more than five shares, use a stacked bar chart instead of a pie chart to improve readability and mitigate untidy slice labeling for readers.
- purpose:select
- basis:heuristic
- chart:bar:use
- chart:pie-donut:avoid
- lever:chart-family
- operator:part-whole
- group-cardinality:many
- quality:readability
advice
Choose the stacked bar chart when slices exceed five
Replace a pie chart with a stacked bar chart when one total has more than five shares. For example, switch once the pie reaches six or more slices and the labeling starts to look crowded.
reason
Why many shares strain a pie chart
A pie chart becomes harder to label cleanly as more slices are added. A stacked bar chart keeps the same part-whole structure but gives a tidier arrangement for labels.
Mechanism: The chart reduces label clutter by moving the categories into a more orderly layout than many thin wedges.
Evidence: The source says pie charts work best with only a few values, five maximum, and recommends a stacked column or stacked bar chart when there are more than five shares because the labeling will be tidier (Muth, 2018).
context
Use when one total has many shares
- User Goal: Show how one total divides into several categories.
- Data: One total with more than five shares.
- Chart Setting: Choosing between a pie chart and a stacked bar chart.
- Success Criterion: Labels stay tidy and the chart remains easy to read.
exceptions
Do not use when the pie has five or fewer shares
Break it when: The total has five or fewer shares. Why: The source treats a pie chart as workable for a few values and flags the problem once the count goes above five.
costs
Tradeoffs of choosing the stacked bar chart
Sacrifice: You give up the circular slice form. Risk: Keeping the pie chart makes the overall look messier as slices and labels multiply. Mitigation: Switch to the stacked bar chart once the share count passes five.
mistakes
Common misuse of the many-slice pie
Mistake: Keeping six or more slices as separate wedges in a pie chart. Why it fails: The labeling becomes untidy.
check
Check whether the stacked bar wins this chart choice
Failure Sign: The pie has more than five slices or the labels feel crowded. Quick Check: Count the shares; if there are six or more, compare the pie chart with a stacked bar version. Stronger Test: Keep the version with the tidier label arrangement.
fix
Fix the chart choice for many shares
- Count the slices before finalizing the pie chart.
- Replace the pie chart with a stacked bar chart when the count exceeds five.
- Redraft the labels in the stacked bar chart and keep the tidier version.