Line Charts
GUIDEWhat a line chart shows, how to read slope and trend, multiple series, line vs area, smoothing, and the traps to avoid.
A line chart is the natural choice when the story is about change over time. It plots a series of points and joins them with a line, and that connecting line does the real work: it turns a scatter of individual values into a continuous path the eye can trace. Where a bar chart answers "which is biggest?", a line chart answers "which way is this heading, and how fast?".
How a line chart works
The horizontal axis carries a continuous ordered scale — usually time — and the vertical axis carries the value. Each data point sits at the intersection of its time and its value, and a line links consecutive points in order. That line is a visual promise: it implies the value moved smoothly between the points you measured. This is why the horizontal axis must be ordered and continuous. The slope between two points means something — a rising slope is growth, a falling slope is decline, a flat slope is no change.
Reading slope and trend
The first thing to read on a line chart is not any single point but the overall direction: is the line generally rising, falling, or flat across the whole range? Then read the steepness. A steep climb means rapid change; a gentle one means slow change. A flat stretch means the value held steady. Sudden kinks — a sharp turn from rising to falling — mark moments where something shifted, and those turning points are often the most important part of the story. Only after reading the shape should you look up exact values at individual points.
If your takeaway sounds like "this went up, then levelled off" or "A is growing faster than B," a line chart fits perfectly. If it sounds like "A is bigger than B" with no time involved, use a bar chart instead.
Multiple series
One of the line chart's great strengths is comparing several series on the same axes. Plot revenue for North, South, and East as three lines and you can instantly see which grows fastest, where they cross, and how the gap between them widens or narrows. Give each line a distinct colour, label it directly at its end where possible (this beats a separate legend), and keep the count low.
Line vs. area charts
An area chart is a line chart with the region beneath the line filled in. The fill shifts the emphasis from the path to the magnitude — it says "look how much," not just "look where it went." Use an area chart for a single series when the accumulated amount matters as much as the trend, or use stacked areas to show how a total divides into parts over time. For comparing several independent trends, though, a plain line is cleaner: overlapping fills hide one another and turn the chart to mud. As a rule, fill the area only when you have one series or are deliberately showing a stacked total.
Smoothing
Some line charts curve the segments between points instead of joining them with straight lines, or replace a jagged series with a rolling average. Gentle smoothing can make a noisy series easier to read and emphasise the underlying trend over short-term jitter. But smoothing has a cost: curved interpolation invents values between your real data points that you never measured, and an over-smoothed line can hide genuine spikes and dips. Use light smoothing to reduce visual noise, but keep the markers visible so readers can still see where the actual measurements fall.
When not to use a line chart
The line chart's connecting line is also its trap: it implies the horizontal axis is ordered and continuous. When that is not true, a line chart misleads.
- Unordered categories. Separate products, regions, or survey options have no sequence, so connecting them with a line implies a progression that does not exist. Use a bar chart for these.
- Parts of a whole at one moment. If you are showing composition at a single point in time, that is a job for a pie chart or a stacked bar, not a line.
- Very few points. Two or three values barely form a trend; bars often communicate them more honestly.
- Big gaps in time. If measurements are spaced unevenly, a line drawn across a long gap implies smooth change you never observed. Mark the gap or space the points to match the real intervals.
How to read a line chart
Check the axes first — what does the horizontal axis measure, and where does the vertical axis start? A line chart can sensibly start its value axis above zero to make a trend legible, but a heavily zoomed axis can make tiny changes look dramatic, so note the scale. Then read the overall direction, the steepness, and the turning points. With multiple lines, identify each series by colour or label, then watch where they cross and how the gaps between them change.
Common mistakes to avoid
Too many lines — past three or four they tangle into spaghetti; highlight the key ones and grey out the rest, or use small multiples. Connecting unordered categories, which fabricates a trend. Over-zoomed value axes that turn noise into drama. And over-smoothing that erases the spikes and dips that mattered most.
Make a line chart
Ready to build one? The line chart maker lets you enter points or paste a CSV, plot multiple series, switch between line and area, adjust smoothing, recolour each line, and export a PNG or SVG — free, no signup, no watermark.