A bar chart compares values across categories using the length of bars. One axis contains categories, and the other contains numeric values such as counts, amounts, or percentages. Bar charts are among the most basic and widely used visualization methods.
Historical Background
The bar chart is usually traced to William Playfair’s The Commercial and Political Atlas (1786). Playfair used bars as a clear way to compare quantities visually, helping establish modern statistical graphics.
Data Structure
| Data | Role |
|---|---|
| Category | One bar |
| Value | Bar length |
| Optional group | Color or grouped/stacked structure |
Purpose
The purpose is direct comparison. Bar length is easier to compare than area, angle, or color intensity, making bar charts reliable for many audiences.
Design Notes
- Start the value axis at zero in most cases.
- Sort bars when ranking matters.
- Use horizontal bars for long labels.
- Avoid unnecessary 3D effects.
- Use color sparingly and meaningfully.
Summary
Bar charts are a default choice for comparing category values because they are simple, accurate, and easy to read.