Quick decision table
| Question | Bar chart | Line chart |
|---|---|---|
| Are the labels separate categories? | Best choice | Avoid |
| Is the horizontal axis continuous time? | Sometimes | Best choice |
| Do exact individual comparisons matter? | Strong | Moderate |
| Does slope or direction matter? | Weak | Strong |
| Are there many ordered points? | Can become crowded | Handles them well |
Example
“Which product sold the most this quarter?” is a category comparison, so use bars. “How did total sales change month by month?” is a trend question, so use a line. The same sales dataset can justify either chart depending on the question.
Avoid false continuity
A line between unrelated categories implies that intermediate positions have meaning. There is no meaningful point halfway between “Support” and “Marketing,” so a departmental comparison should use bars.
Frequently asked questions
Can I use a bar chart for time?
Yes, especially for a small set of separate periods. A line is usually better when continuous change and the path between periods matter.
Can I use a line chart for categories?
Usually not. Connecting unrelated categories suggests continuity that does not exist.
Which is easier for exact comparisons?
Bars are generally easier for comparing individual magnitudes because every bar begins from a common baseline.