Stacked bars are usually the better substitute
Aliases: pie-chart alternative · percent stacked bar · part-to-whole comparison
What it is
For part-to-whole tasks, a single percentage stacked bar unfolds the whole into segments along one direction. It often uses space more efficiently than a pie and better accommodates labels and aligned wholes. A 100% stacked bar preserves composition semantics, but “usually better” does not give every segment a common baseline. Only segments touching a shared start or end are easy to compare precisely across bars; middle segments remain unaligned. Grouped bars, dots, or small multiples are more direct when every category needs exact comparison.
Why it happens
Straight boundaries expose segment thickness and cumulative position, while a rectangular layout fits narrow screens, table rows, and multiple aligned wholes. The first segment shares an origin and the last may share an endpoint; both endpoints of a middle segment move with preceding composition. A stable category order preserves identity, whereas putting each bar's largest category first makes order jump across wholes. Reading direction is not globally left-to-right either: direction, segment order, and labels should follow interface language, task, and cross-chart consistency.
Studying it
Compare pie, donut, single stacked bar, grouped bars, and dots for identical compositions. Separate largest-part, target-share, pairwise-difference, across-whole change, and composition-recall tasks. Manipulate category order, share similarity, labels, direction, and delivered size; measure error, time, confidence, and gaze. With several wholes, compare middle and baseline segments instead of generalizing from the first segment. Test target reading directions, mobile reflow, grayscale, and assistive-technology representations.
Where it stops holding
For one whole and a clearly dominant part, a pie's whole metaphor may be sufficient; replacement is not mandatory. Percentage stacks hide different absolute totals, so show totals alongside them or use absolute stacks when total magnitude matters. Exact cross-group comparison remains difficult for middle segments, and many categories create narrow segments and label crowding. Slope charts fit explicit before-after pairs, not every composition task.
Applying it
- State whether the task is one-whole overview, across-whole composition, absolute totals, or exact category comparison; then choose percentage stacks, absolute stacks, grouped bars, or dots.
- Preserve category order and semantics across wholes. Put a priority category on a common boundary without independently re-sorting every bar.
- Label category, value, denominator, and total directly, and provide an accessible table with navigation by category and whole. Do not rely only on segment colour or spatial order.
- Compare pies with candidates on largest-part, target-value, middle-segment difference, and across-whole change tasks; select the version that is more accurate and accessible for the real task.
Related
- Same group: U2.07.1 Angles read imprecisely · U2.07.2 Past a few slices, pies become unreadable
- Adjacent: U2.04.1 Only the bottom series of a stacked chart owns the common baseline · U2.15.1 Small multiples replace overlay with repeated like-for-like panels
- Search terms:
100% stacked bar·pie chart alternative·part-to-whole·unaligned segments