CHART CHOICES & CHECKABLE METHODS

Misleading graphs: five checks with worked examples

A graph can use correct numbers while encouraging an unsupported interpretation. Check the baseline, denominator, order, missing observations and definition of the measure before trusting the visual story.

All chart guides →

The comparison at a glance

CheckQuestion
BaselineDo lengths represent the actual amounts?
DenominatorWhat total produces each percentage?
OrderDoes connection or sorting have meaning?
MissingnessWere blanks turned into zeros?
MeasureAre all values comparable units?

Check amounts against their reference

If bars represent 90 and 100 but start at 80, their visible lengths are 10 and 20. The second looks twice as long even though 100/90 is only about 1.11. The arithmetic of the data is correct, but the visible length ratio answers a different question. Use a zero baseline for amount-encoding bars.

Read the denominator behind percentages

Our percentage-stacked example compares totals of 40, 200 and 100. Every bar reaches 100%, so total size is intentionally hidden. The first series has 20 observations in the small group and 50 in the large group, yet its share is higher in the small group. Keep both counts and shares available to avoid confusing them.

Ask what was connected or omitted

Connecting unrelated categories can imply a progression that does not exist. Removing empty histogram intervals can conceal a gap. Treating a missing cell as zero can invent a change. These are different errors, but each arises from the relationship between data meaning and display geometry. A complete input table helps readers inspect that relationship.

Replace accusation with a reproducible check

A surprising chart is not automatically deceptive. Recreate the plot from its data, state the scale and transformation, and show the specific implication that changes. If source values or definitions are unavailable, describe that limitation. The examples in this library are fictional teaching artifacts with complete input, so the checks can be performed without guessing.

A related chart you can inspect

100% stacked bars with unequal totals
100% stacked bars with unequal totals. Original fictional data; this linked example has its own complete input and calculation settings.

Open the worked example ↗

References and reproducibility

The worked arithmetic and teaching examples on this page are original. Background reading: ONS guidance on axes. Source code and reuse terms expose the implemented calculations.

Written by SupaMakers for ChartsAI · September 8, 2026.

Continue with a related question