← All chart types

bar family

bar-grouped

Multiple bars per category, grouped side-by-side.

Two or more series per category, sitting next to each other instead of stacked. Each bar in a group has its own value to compare against the others. Better than stacked when individual segment comparison is the point.

When to use

Comparing 2–4 series across few categories where you want each value readable, not just the total.

When NOT to use

You have 5+ series (becomes cluttered) or need to show a sum (stack instead).

Rhetorical roles

  • compare

Variants & related

Required primitives

  • has_legend
  • has_axis_titles

Optional primitives

  • has_data_labels
  • has_title

Common anti-patterns

  • rainbow-palette
  • too-many-bars

Disambiguation rules

  • 2+ bars sit side-by-side per category, sharing a baseline.
  • Vertical orientation by default (bar-grouped). Horizontal orientation = bar-grouped-horizontal.