Bars (Horizontal)
Horizontal Bar Chart
A horizontal bar chart is functionally identical to a vertical bar chart but rotated 90 degrees. Categories appear on the vertical axis and bars extend to the right, with length encoding the value.
When to use it?
This chart excels when category names are long (e.g., country names, product titles, survey responses), when you have many categories, or when you want a natural left-to-right reading flow for ranked data.
What makes it effective?
Long labels fit comfortably next to horizontal bars without truncation or rotation. It also lends itself naturally to ranking, as the longest bar clearly dominates visually at the top.
When to avoid it?
Avoid it for time-series data, where a vertical bar or line chart is more conventional. Also avoid it if your audience expects a standard vertical orientation for a specific context (e.g., financial reporting).
Horizontal bar charts are especially powerful in dashboards and reports where readability of labels is a priority.
