Skip to main content
Column charts display data as vertical bars. They support three variants: grouped, stacked and 100% stacked.

When to use

  • Comparing values across categories - Show differences between discrete groups
  • Time-based comparisons - Track changes over time periods
  • Small to moderate number of categories - Works best with 3-12 categories
  • Multiple series comparison - Compare several series side-by-side
  • Part-to-whole relationships - Use stacked variants to show composition

Grouped columns

Display multiple series side-by-side for easy comparison.

Single series

Sorted columns

Sort columns by value in descending order (single-series only):

Stacked columns

Stack multiple series on top of each other to show both individual values and cumulative totals.

Stack totals

Show the total value at the top of each stacked column:

100 percent stacked columns

Normalise each column to 100% to show relative proportions rather than absolute values.

Show percentages

Display percentage values instead of absolute values:

Options

options.sortBars
boolean
default:"false"
Sort columns in descending order by value. Only applies to single-series grouped column charts (type: 'column').