The biggest data visualization mistake isn’t “ugly” — it’s “pointless”
Here’s how most people put charts into their presentations:
- Make a chart in Excel
- Screenshot it
- Paste it onto a slide
- Add a title like “Sales Data”
The result? Your audience glances at it — “OK, there’s a chart” — and moves on. The data was never read, let alone remembered.
The problem isn’t the chart design. It’s that the chart has no story.
The Economist’s information design team has a core philosophy: “Every chart should be summarizable in one complete sentence, and that sentence should be the chart’s title.” Now look at most presentation chart titles — “Sales Data,” “User Growth,” “Market Analysis.” Zero information content.
Principle 1: One chart, one message
You’ve got monthly sales figures + year-over-year growth rate + regional breakdown + annual forecast — four lines, six colors, complete chaos.
The fix: split them up.
- Chart 1: Sales trend (line chart)
- Chart 2: YoY growth rate (bar chart, color-coded green/red for positive/negative)
- Chart 3: Regional share (pie chart or donut)
One core chart per slide maximum. If you absolutely need multiple charts, put a one-sentence conclusion under each one — don’t make your audience guess what they’re looking at. Research shows viewers spend an average of 7–8 seconds on a slide. If they’re using those 8 seconds to decode your chart rather than absorb your conclusion, the chart is wasted space.
Conclusion-first method: Put a sentence at the top — “Q3 revenue grew 11% QoQ, the fastest quarter this year” — then place the chart below it. Viewers see the conclusion first, then use the chart to verify it. This leverages the “anchoring effect”: when people see a conclusion first, they use the data to confirm it rather than analyzing from scratch. The former takes 3 seconds; the latter takes 15.
Case study: fixing a “monster” chart
Original version: One slide with “2020–2025 revenue trends across 5 countries,” five tangled colored lines, legend on the right, titled “Global Revenue Trends.”
The problem: It takes 15 seconds just to find “the China line,” and 20 more to notice “there’s an inflection point in 2023.”
Fixed version: Split into five small charts, one per country. China’s chart shows only one thick blue line, titled: “China Market: Revenue accelerated from 2023, broke ¥1B in 2025.” The other four countries go in an appendix — anyone interested can dig in.
Principle 2: Use color to guide the eye
Default chart colors treat every data series equally — one color each, nobody stands out.
You need to break that equality on purpose.
Technique 1: The line you want them to see → deepest color (or the only color). Everything else → gray.
You have 5 lines: 4 are competitors, 1 is “us.” Turn all 4 competitor lines to light gray, semi-transparent. Make “us” a thick brand-blue line. Viewers spot you instantly. This comes from the Wall Street Journal’s information graphics guide — they call it “visual hierarchy.”
Technique 2: Annotate what you don’t want them to miss.
Draw a circle right on the data point. Pull an arrow. Write a sentence. Don’t be shy — you’re the navigator and your audience are passengers. Good annotation: “Q2 2024: We overtook Competitor A (arrow pointing to crossover point).” Bad annotation: none at all, leaving discovery to chance.
Technique 3: Use color to show direction of change.
Growth = green. Decline = red. Flat = gray. This is the “traffic light rule” of data visualization — a globally understood color language. Important note: roughly 8% of men are red-green colorblind. If that’s a concern for your audience, use blue for decline and orange for growth instead.
Principle 3: Eliminate decorative elements
Here’s what you can strip from your charts (they’ll actually get clearer without it):
- The legend (when color alone tells the story)
- Gridlines (keep one baseline, that’s it)
- 3D effects (tilted pie charts distort area proportions — the classic case: a 3D pie slice in front looks larger than one behind it, even when the actual ratio is reversed)
- Excel’s default gradient fills (this pseudo-3D distorts the visual height of bars)
- Chart borders (nobody looks at them; they’re just occupying visual space)
- Excessive decimal places (“37.4286%” → “37%” — lower precision, much higher readability)
This principle has a formal name: the Data-Ink Ratio, coined by data visualization pioneer Edward Tufte. The ratio of “data ink” (elements that convey information) to “total ink” (all visible elements) should be as high as possible. Your goal: every drop of ink serves the data.
The “naked chart” rule: Delete everything not strictly necessary for communication. What remains: data points, axes, your annotations. A naked chart may look less “rich” than an Excel default, but it gets understood 3× faster.
Example 1: Sales trends → don’t use bar charts
Twelve months of sales data. Most people make 12 side-by-side bars.
Why bar charts fail here: Twelve parallel bars force viewers to compare heights one by one — the brain runs 12 separate “is this taller?” judgments. A line chart or area chart, by contrast, lets viewers see a shape — an upward arc, a downward dip. The brain processes shapes far faster than sequential comparisons.
Better approach: Area chart or thick line chart (3pt+). Viewers perceive the shape rather than individual bars — an upward trend reads as a rising arc, far more intuitive than comparing 12 bar heights. If your data has seasonal patterns, an area chart makes it instantly obvious: “same peak, same time every year.”
Advanced move: Overlay a dashed trend line (linear regression) on top of the actual data. Viewers see both the real fluctuations and the long-term direction simultaneously.
Example 2: Market share → skip the pie chart (unless it’s 2–3 items)
Six competitors’ market shares in a six-color pie chart. Viewers bounce back and forth between legend and colors, finally getting it after 6+ seconds. Research confirms: the human eye is terrible at comparing angles. Two slices that differ by 5 percentage points look nearly identical in a pie.
Better approach: Horizontal bar chart, sorted largest to smallest. Who’s #1, who’s #2, where are you — viewers scan top to bottom and get it instantly. Roughly 3× faster than pie charts.
Bonus advantage of horizontal bars: You can place labels (company name + share percentage) right next to each bar. No legend needed. Labels and bars align one-to-one, and the reading path is natural — left to right.
The only valid use case for pie charts: Exactly two items, and you want to emphasize “one dominates.” Example: “We hold 75%, competitor holds 25%.” In this scenario, the visual punch of “big chunk vs. small chunk” hits harder than a bar chart.
Example 3: Before/after comparison → use change arrows
“Q1 vs Q2 metric comparison” — most people put two tables side by side.
Better approach: One table, with each metric followed by:
- Green ↑ + number (growth)
- Red ↓ + number (decline)
Direction + magnitude, one page. No mental arithmetic required.
Even better: the waterfall chart. Show the journey from A to B — which factors contributed to growth and which caused declines. Example: “Q1 revenue ¥1M → new product +¥300K → legacy product decline −¥100K → currency impact −¥50K → Q2 revenue ¥1.15M.” A waterfall chart adds a layer of attribution analysis that a simple before/after table can’t provide.
Example 4: Goal completion → use progress bars
“Completion rate: 73%” — a number on a slide. Viewers see it, forget it.
Better approach: A horizontal bar, 73% filled with color, 27% blank. “73” written underneath, with “Target: 100” beside it. Visual proportions stick in memory far better than abstract numbers — you might forget “73%,” but you’ll remember “about three-quarters done.”
Multi-metric version: If you’re tracking five KPIs (revenue 110%, profit 85%, customer count 95%, satisfaction 92%, NPS 88%), stack five parallel progress bars vertically. Over-100% bars get a different color. One slide, five seconds, complete picture.
Example 5: Complex relationships → scatter plot + annotations
A scatter plot of “price vs. sales volume” across your product line. Most people: dump 20 dots on a chart.
Better approach: Annotate 3–4 “noteworthy” points:
- “This product: low price, massive volume — our cash cow”
- “This product: highest price, lowest volume — consider discontinuing”
- “This product: mid-price, far outsells peers — breakout potential”
The annotations are your insight. The chart is just the carrier. An un-annotated scatter plot is like a sports broadcast with no commentator — viewers can see what’s happening but have no idea what matters.
Scatter plot best practice: Use bubble size to represent a third dimension (like profit margin). One bubble chart can encode price (X-axis), volume (Y-axis), and profit (bubble size) simultaneously — but you must annotate the key bubbles, or it’s just a bunch of colored circles.
The three-question chart checklist
Every time you finish a chart, confirm these three things:
-
Can I understand this chart in 5 seconds? → If not, simplify. Show it to someone unfamiliar with the project for 5 seconds, then ask what they saw. If they can’t articulate your core conclusion, the chart fails.
-
Is the protagonist (the data point I want viewers to see) visually dominant? → Use color, annotations, or scale to emphasize it. Squint at your chart — the element that pops out is what viewers will register as the main character. If it’s not the one you intended, fix it.
-
Does the chart need supporting text? → Your chart title shouldn’t be “Sales Chart.” It should be “Q3 sales grew 11% YoY, the highest growth rate in three years.” The title alone should deliver the core message; the chart provides visual evidence for that claim.
One underrated technique: before → after storytelling
Don’t dump Q1–Q4 data on one slide and make viewers do the comparison work. Use two slides:
- Slide 1: “Before” (line is low, cooler colors)
- Slide 2: “After” (line rises, warmer colors) + Magic Move transition
Your audience isn’t looking at data anymore — they’re witnessing growth. The memory impact is dramatically stronger because the human brain is wired to detect change far more acutely than static states. We instinctively notice “A became B.”
Tool tip: Keynote’s Magic Move transition is purpose-built for this before/after narrative. Place identical elements in different states across two slides, and Keynote auto-calculates the animated transition. PowerPoint users can achieve the same with the Morph transition.
Data visualization has never been about “making things pretty.” It’s about making data speak. After applying these three principles to every chart, ask yourself: what is my data saying? And did my audience actually hear it?