Skip to content

Bar List

Bar List chart is perfect for rankings, comparisons, and presenting data in an easy-to-understand format. 🚀



This chart is suitable for:

  • Ranking Categories – Displays sorted values in a list format with horizontal bars.
  • Displaying Top Rankings – Helps easily understand which items are in the top positions.
  • Comparing Values in an Ordered List – Allows quick evaluation of gaps between categories.

Typical Use Cases:

  • Ranking of Most Popular Products, Movies, Books
  • Top Cities with Highest Pollution, Population, or Income
  • Comparing Employee or Department Performance
  • Ranking Websites by Traffic

yml Configuration example
yml
type: listbar
title: Total Products Sold (By Product Line)

data:
  table: demo.cleaned_sales_data
  query: 1=1 

  metrics:
    - name: quantity_ordered
      operator: sum
      title: quantity_sold
  x: product_line