Published on : Aug 24, 2026

Data Visualization: Why the Right Chart Depends on the Question

A decision guide built around the question being asked, not the chart that looks most impressive

5 Minutes Read
Rutvik Acharya, Principal Data Scientist at Atlassian

Rutvik Acharya

Principal Data Scientist Atlassian

Data Visualization: Why the Right Chart Depends on the Question thumbnail

Data Visualization: Why the Right Chart Depends on the Question

Most chart-choice mistakes aren't aesthetic mistakes. Nobody fails because a bar chart used the wrong shade of blue. They fail because the chart type answers a different question than the one actually being asked, a pie chart standing in for a trend, a line chart standing in for a comparison, and the reader has to do the translation work the chart should have done for them.

The fix isn't a longer list of chart types to memorise. It's one habit: name the question first, then let the question pick the chart. This guide works through the six question types that cover most business charts, with the chart each one actually calls for, and a handful of wrong-versus-right examples using the same underlying data.

The running example is a SaaS company's subscription data: monthly recurring revenue (MRR) by plan tier, signups over time, and customer usage patterns, the same handful of tables asked six different kinds of questions below.

Screenshot 2026-08-17 183053.png

The six questions, and the chart each one calls for

Question type

What you're asking

Chart that answers it

Comparison

How do these categories compare to each other?

Bar chart

Trend

How has this changed over time?

Line chart

Composition

What are the parts of this whole?

Stacked bar (or 100% stacked bar)

Distribution

How is this value spread across the population?

Histogram or box plot

Relationship

Do these two variables move together?

Scatter plot

Ranking

What's the order, from highest to lowest?

Sorted bar chart

Most chart-choice mistakes are a mismatch somewhere in this table, a trend question answered with a chart built for comparison, a composition question answered with a chart built for ranking. The rest of this guide works through what that mismatch actually looks like.

Screenshot 2026-08-17 183205.png

A 30-second chart selection test

Before opening any charting tool, run through these six questions:

  1. Am I comparing categories?

  2. Am I showing change over time?

  3. Am I showing parts of a whole?

  4. Am I showing how values are distributed?

  5. Am I showing whether two variables relate?

  6. Am I ranking things from highest to lowest?

The one that best matches your question gives you the starting chart type, before aesthetics, the charting tool at hand, or a stakeholder's stated preference enter the conversation. This isn't a creative decision to make in the moment while building; it's closer to a lookup, and the lookup takes less time than picking a colour scheme usually does.

Comparison: bar chart, not a line chart

The question: "How does MRR compare across our four plan tiers this month?"

A bar chart puts each tier's value at a directly comparable height, side by side. This is the most literal match between question and chart on this whole list: comparison is fundamentally about comparing lengths, and a bar's length is the one visual property humans judge most accurately.

What the reader should notice first: the relative size of each category. A well-built comparison chart makes the tallest and shortest bars obvious within a second, without needing to read a single axis label first.

The wrong-versus-right version of this mistake: connecting the four plan tiers with a line, implying a trend or sequence between categories that don't actually have one. Basic, Pro, Business, and Enterprise aren't points along a continuum; there's no meaningful "between Basic and Pro." A line drawn across them implies a relationship that doesn't exist in the data.

Screenshot 2026-08-17 183319.png

Trend: line chart, not a bar chart

The question: "How has total MRR moved over the last 12 months?"

A line chart is built for exactly this: showing change across a continuous axis, almost always time, where the connecting line itself carries real information, the direction and rate of change between points.

What the reader should notice first: the direction and rate of change. A good trend chart makes it obvious within a glance whether things are going up, down, flattening, or reversing, not just where the line currently sits.

The wrong-versus-right version of this mistake: using 12 separate bars for 12 months. It's not wrong exactly, but it buries the trend, the thing actually being asked about, underneath 12 individually-compared heights. A line makes the trajectory the first thing the eye catches; a bar chart makes each month's individual value the first thing the eye catches. Different question, different answer.

Screenshot 2026-08-17 183424.png

Composition: stacked bar, not a pie chart

The question: "What share of this month's MRR comes from each plan tier?"

A stacked bar, or a 100% stacked bar when the total itself doesn't matter and only the proportions do, shows parts of a whole side by side, in a shape that's genuinely easy to compare across multiple time periods if the question extends to "and how has that mix changed."

What the reader should notice first: the relative share of each component. The largest and smallest contributors should be identifiable without needing to read every individual value.

The wrong-versus-right version of this mistake: a pie chart with many slices. Pie charts can work when there are only a few categories and the differences in share are easy to see; as the number of slices grows, comparing wedge sizes becomes harder. This is one of the most overused chart types in business reporting specifically because it looks finished and professional, not because it's usually the right answer to the underlying question.

Distribution: histogram, not a single average

The question: "How is monthly usage spread across our customer base?"

A single average customer usage number hides everything interesting: whether usage is tightly clustered around that average, or whether it's actually bimodal, a cluster of light users and a separate cluster of heavy users, with the average sitting in a gap where almost no real customer actually lives. A histogram shows the full shape of that spread, which the average alone cannot.

What the reader should notice first: the shape, spread, clusters, and unusual values. A histogram's job is to reveal whether a population is tightly packed, widely spread, or split into distinct groups the average would otherwise hide.

The wrong-versus-right version of this mistake: reporting "average customer usage is 340 minutes per month" as if that single number tells the full story, when the underlying distribution might be two distinct customer segments with very different needs, a pattern only a histogram reveals.

Screenshot 2026-08-17 183521.png

Relationship: scatter plot, not two separate line charts

The question: "Does higher marketing spend actually correlate with more signups?"

A scatter plot puts spend on one axis and signups on the other, one dot per week or month, and the pattern of dots (or lack of one) directly shows whether the two variables move together. This is the one chart type built specifically to answer a "do these two things relate" question, and there isn't a good substitute for it.

What the reader should notice first: the pattern, direction, strength, or absence of association. A tight upward cluster of dots reads very differently from a scattered cloud with no visible pattern, and that difference is the actual answer to the question.

The wrong-versus-right version of this mistake: two separate line charts, one for spend and one for signups, plotted over time and left for the reader to mentally overlay and judge whether the peaks line up. A scatter plot does that comparison directly; two side-by-side line charts ask the reader to do it in their head, less accurately and more slowly.

Screenshot 2026-08-17 184452.png

Ranking: sorted bar chart, not an alphabetical table

The question: "Which are our top 10 customers by revenue this quarter?"

A bar chart sorted from highest to lowest value makes the ranking the first thing visible, no reading required. This sounds close to the comparison case above, and it is related, but the sort order itself is doing real analytical work here that a plain comparison chart wouldn't need.

What the reader should notice first: the order, from highest to lowest. If the reader has to scan more than a couple of rows to find the top result, the chart isn't doing the ranking work it should be doing.

The wrong-versus-right version of this mistake: a table sorted alphabetically by customer name, forcing the reader to scan every row and mentally rank them by revenue themselves. The data is all there; the chart just isn't doing any of the work it should be doing.

Screenshot 2026-08-17 184841.png

When the obvious chart is wrong

The first chart that comes to mind isn't necessarily the best one, and a few habits of thought are worth catching before they turn into a finished, wrong chart.

"I have 12 months of data" does not automatically mean the only useful visual is a bar chart; it depends on whether the question is about each month individually or about the trajectory across all twelve. "I have percentages" does not automatically mean a pie chart; a percentage is still a composition question, and a stacked bar usually handles more than a couple of categories better. "I have two variables" does not automatically mean two line charts; if the question is whether they relate to each other, a scatter plot answers it more directly than two charts plotted side by side.

The presence of a particular data shape, months, percentages, two variables, does not determine the chart by itself. The business question does, and the data shape is only ever a clue toward it, not the final answer.

Common mistakes

  • Choosing a chart type because it looks more sophisticated, not because it answers the question. A 3D pie chart or a dual-axis combo chart often signals effort rather than clarity, and frequently makes the actual comparison harder to read, not easier.

  • Defaulting to whatever chart type is fastest to build in the tool at hand. The easiest chart to insert isn't always the one that matches the question, and it's worth the extra minute to check.

  • Using colour as the only way to distinguish categories. Colour alone isn't accessible to every reader, and it fails entirely once a chart is printed in black and white or viewed by someone with colour vision deficiency; pair colour with position, labels, or pattern where it matters.

  • Cramming a distribution question into a bar chart of averages. Averages by category can look like a fair comparison while hiding wildly different spreads underneath each bar.

  • Treating pie charts as a safe default. They work in a narrow case, few categories, one clearly dominant share, and get reached for far more often than that narrow case actually applies.

  • Ignoring the audience's reading task. A technically correct chart can still be poor if the reader has to work too hard to extract the answer.

  • Showing more precision than the decision requires. If the decision is about broad movement or ranking, excessive decimal precision can add noise rather than useful information.

  • Making every chart visually different just to make the dashboard look interesting. Consistency helps readers learn the visual language of a report faster.

A practical chart-choice checklist

Before finalising a chart, ask:

  • What exact question does this chart answer?

  • What should the reader notice first?

  • Is the chart type matched to that question?

  • Could the same answer be read faster with a simpler chart?

  • Am I forcing the reader to compare things mentally?

  • Is colour doing too much of the explanatory work?

  • Would the chart still work in grayscale?

  • Is the level of detail appropriate for the decision?

The best chart is not the one that contains the most information. It is the one that makes the intended answer easiest to see.

Where to go from here

Chart choice is one layer of a larger design problem; once the right chart type is picked for each question, the KPI dashboard design guide covers how to arrange several of them into a page that actually gets used, including the stakeholder questions that determine which charts belong on the page at all. If a dashboard project is going wrong for reasons that have nothing to do with chart choice, why most executive dashboards fail covers the upstream process failures that chart selection alone can't fix.

For the tool-specific side of building these charts, the Power BI for Beginners tutorial and Power BI vs Tableau vs Excel cover where to actually build them.

Quiz

TEST WHAT YOU LEARNED

Question 1 of 15

Q1: According to this guide, what is the most common cause of a poorly chosen chart?

FAQ

FREQUENTLY ASKED QUESTIONS

Naming the actual question being asked before picking a chart type. Comparison, trend, composition, distribution, relationship, and ranking each point to a specific chart, and skipping straight to a chart choice without naming the question first is where most mismatches start.
Not always, but often, because the human eye is genuinely bad at comparing angles or wedge sizes precisely once there are more than three or four slices. A stacked bar chart usually communicates the same composition question more clearly, especially with more categories.
With a small number of categories, two or three, and especially when one slice clearly dominates the others. In that narrow case, a pie chart can communicate "most of it is this one thing" quickly and clearly.
Because a line implies a continuous relationship or sequence between the points it connects, which doesn't exist between unrelated categories like product tiers or regions. It suggests a trend where there isn't one.
A single average can hide a distribution that's actually split into distinct groups, for example light users and heavy users, with the average landing in a range where almost no real customer sits. A histogram or box plot shows the shape a single number can't.
A scatter plot puts the relationship itself directly in front of the reader as a visual pattern. Two separate line charts require the reader to mentally overlay them and judge whether the movements line up, which is slower and less accurate.
Closely related, but the sorting itself matters. An unsorted or alphabetically sorted bar chart forces the reader to scan and rank manually; a chart pre-sorted by value does that ranking work for them.
Because it fails for readers with colour vision deficiency, and it fails entirely if the chart is ever printed in black and white or viewed on a low-quality screen. Pairing colour with labels or position keeps the chart readable regardless.
Impressive-looking charts—3D effects, dual axes, unusual chart types—often make the actual comparison harder to read accurately, trading clarity for visual novelty. The goal is a fast, correct read, not a striking one.
A trend question involves a continuous axis, almost always time, where the sequence and rate of change matter. A comparison question involves distinct categories with no inherent order or continuity between them, like regions or product tiers.
Yes, easily, and it usually does. The same MRR data can answer a trend question (MRR over time), a comparison question (MRR by tier this month), and a composition question (tier mix as a share of total), each needing a different chart even though the underlying numbers are the same.
Build what they asked for if that's genuinely what's needed, but it's worth surfacing the mismatch first; a stakeholder asking for a pie chart to show a trend over 12 months usually hasn't thought about what a pie chart can and can't show, and a quick clarifying conversation often heads off a chart nobody can actually read.
Occasionally, but it's risky by default, since it invites the reader to visually compare two series that may not share a meaningful relationship just because they're on the same chart. If you use one, label both axes explicitly and be sure the comparison itself is meaningful, not just convenient to plot.
No, the question-to-chart-type logic is tool-agnostic; it applies before you open either tool. Once the chart type is chosen, the Power BI for Beginners tutorial and the Power BI vs Tableau comparison linked above cover the build side.
Take a chart you see in a real report and ask what question it's actually trying to answer, then check whether the chart type genuinely matches that question. Doing this deliberately for a week builds the habit faster than memorising the six-question table alone.