Chart Types: A Complete Guide

GUIDE

A plain-English tour of the main chart types — what each one shows, when to reach for it, and how to read it.

A chart turns numbers into a picture so patterns that are invisible in a table — a trend, a gap, a dominant share — become obvious at a glance. But a chart only works when its shape matches the question you are answering. A pie chart answers "what share of the whole?"; a line chart answers "how did this change over time?"; a scatter plot answers "are these two things related?". Pick the wrong shape and even correct data misleads.

This guide walks through the chart types you will use most often. For each one you get a quick visual, the question it answers, when to use it, and the mistakes to avoid. When you are ready to build one, every type links to a free maker where you can enter your own data and export a PNG or SVG.

How to choose the right chart

Start from the relationship you want to show, not the chart you find prettiest. Four questions cover most cases:

Rule of thumb

When two chart types both seem to fit, choose the one that lets the reader judge values by length or position (bar, line, scatter) rather than by angle or area (pie). People read length far more accurately than they read slices.

Pie & donut charts

40% 30% 20% 10%
A pie chart shows each category as a share of one whole.

The question it answers: what share of the total does each category take? A pie chart divides a single circle so that each slice's angle is proportional to its value, and all slices add up to 100%.

When to use it: when you have one whole split into a small number of parts — say a budget across 3–5 categories, or a survey with a handful of answers — and the takeaway is "this slice dominates" rather than precise comparison.

Common mistakes

Too many slices (anything past ~6 becomes unreadable); slices that do not represent parts of a single whole; and 3-D pies, which distort the very angles you are asking readers to compare. If you need exact comparison, use a bar chart instead.

Read the full pie chart guide, or jump straight into the pie chart maker.

Bar & column charts

A bar chart compares values across categories by bar length.

The question it answers: how do separate categories compare? Each bar's length encodes a value, and because the eye judges length precisely, bar charts are the most reliable everyday chart for comparison.

When to use it: ranking categories (top products, votes per option), comparing groups, or showing a value over a small number of discrete periods. Use vertical bars (columns) for time or short labels, and horizontal bars when labels are long or there are many categories.

Common mistakes

Starting the value axis above zero — this exaggerates differences and is the most common way bar charts mislead. Always begin the numeric axis at zero.

Read the full bar chart guide, or open the bar chart maker.

Line charts

A line chart shows how a value changes across a continuous range.

The question it answers: how did a value change over time (or another continuous range)? Connecting points with a line emphasises the trend and the rate of change between them.

When to use it: time series — revenue by month, temperature by day, a metric tracked over years. Lines also let you compare several series on the same axes to see which grows fastest.

Common mistakes

Connecting categories that have no order (use a bar chart for those), and cramming so many lines onto one chart that none can be followed. Three or four series is usually the practical limit.

Read the full line chart guide, or open the line chart maker.

Area charts

An area chart is a line chart with the space beneath filled in.

The question it answers: how did a total change over time, with emphasis on the cumulative volume? An area chart is a line chart with the region under the line shaded, which stresses magnitude rather than just the path.

When to use it: a single series where the "amount" matters as much as the trend, or stacked areas to show how a total splits into parts over time. For pure trend comparison, a plain line is cleaner.

The line chart maker includes an area mode — switch the style from Line to Area.

Scatter plots

A scatter plot reveals whether two variables move together.

The question it answers: is there a relationship between two numeric variables? Each point is plotted by its x and y value, so clusters, trends, and outliers become visible.

When to use it: exploring correlation (does height relate to weight?), spotting outliers, or showing the distribution of many data points. A rising cloud suggests a positive relationship; a shapeless cloud suggests none.

Read the full scatter plot guide.

Common mistakes

Reading correlation as causation. A scatter plot can show two things move together; it cannot prove one causes the other.

Other useful chart types

Beyond the core five, a few specialised charts answer narrower questions:

Not sure which to pick?

Work through the how to choose a chart decision guide, or settle a specific match-up in the chart comparisons — like pie vs bar or bar vs histogram.

Build your chart

Knowing the type is half the job — the other half is making one. Each maker is free, runs in your browser, and exports PNG or SVG with no signup or watermark.