
A bars list ranking categories in a compact row layout.
When to use
A bars list answers “which categories are biggest?” as a compact, scannable ranking: leads by source, deals by owner, tickets by tag. Each row is a category with a horizontal bar sized by its value, sorted highest-first. Reach for it over a Bar chart when vertical space is tight (a narrow dashboard column or side panel) or when the ranking order matters more than a precise axis.Required data shape
- Group: a categorical property (select, status, owner…) whose values become the rows.
- Value (optional): a numeric property aggregated per row; defaults to a record count.
Configuration
Limitations
- Best for a bounded set of categories, a high-cardinality property (e.g. a record id) produces an unreadable list.
- Sum needs a numeric Value property; with Count, the Value is ignored.
Troubleshooting
Related
- Bar chart: the same data with a full axis.
- Reporting overview