Skip to main content
Bar charts are helpful to:
  • compare things between different groups (e.g. the number of orders you have by product type)
  • track how a number changes over time if you have a smaller number of x-axis values (e.g. number of new users per month over a year).
Check out more details about bar chart configurations here.

Stacked bar chart

You can also stack bar charts to compare proportions across different groups. Stacked bar charts work best when:
  • the focus of the chart is to compare the totals and one part of the totals. It’s hard to compare bars if they don’t start at the same baseline. So, if you’re trying to build a chart to compare multiple parts of your total with each other, consider keeping your bar chart unstacked!
  • you’re trying to show the parts of multiple totals. If you only want to show parts of one total, consider an unstacked bar chart instead. If you only want to communicate one part of one total, consider if you should be using a big value chart instead.

100% Stacked bar chart

You can easily create 100% stacked bar charts easily by just selecting the 100% stacking option on the chart configuration. After enabling this option, we will automatically transform the data and the axes to display a 100% stacked bar chart. download.png 100% Stacked Bar Charts are useful when you need to visualize how the composition of a metric changes over time, or how the composition changes across different groups.