datarekha
Data Visualization Easy Asked at GoogleAsked at AirbnbAsked at TableauAsked at Spotify

How do you choose the right chart type for a given analytical question?

The short answer

Match the chart to the relationship in the data: comparison across categories calls for bars, trends over continuous time call for lines, correlation between two numeric variables calls for a scatter plot, and distribution shape calls for a histogram or box plot. The question you are answering — not aesthetics — drives the choice.

How to think about it

Start with the question, not the chart

The chart type follows from what you want the viewer to perceive:

Analytical goalPrimary chart
Compare magnitudes across discrete groupsHorizontal or vertical bar
Show change over ordered timeLine
Reveal relationship between two numeric variablesScatter
Show distribution of a single variableHistogram or box plot
Show part-to-whole (only 2–3 parts)Bar with 100 % stacking, or a single pie
Show geographic patternChoropleth or dot map

The four core questions

  1. Comparison — “Which region had higher sales?” → bar chart, sorted descending.
  2. Trend — “How did revenue change month over month?” → line chart; the connected line encodes continuity.
  3. Relationship — “Does ad spend correlate with conversion?” → scatter plot; add a regression line if the direction matters.
  4. Distribution — “Are response times skewed?” → histogram (shape) or box plot (spread + outliers across groups).

Quick decision flow

Ask three questions: (1) How many variables? (2) Are they categorical or numeric? (3) Do you want to show magnitude, change, relationship, or distribution? Most charts fail not because they are ugly but because they answer a different question than the one on the slide.

Comparison?Bar chartTrend?Line chartRelationship?Scatter plotDistribution?Histogram/BoxWhat is your question?
Analytical question type determines the appropriate chart family
Learn it properly Choosing the right chart

Keep practising

All Data Visualization questions

Explore further

Skip to content