Chart block
Metric
The chart block groups a table by one field and plots an aggregate per group — deals by stage, revenue by month, tickets by assignee — as a bar, line, or donut chart.
When to use it
- Distributions: how records split across a select field's options.
- Trends over time — group by a date field with a line chart.
- Share-of-total questions, where the donut's proportions tell the story.
Settings
| Setting | Options | What it does |
|---|---|---|
| Chart type | bar / line / donut | Bar for comparisons, line for trends, donut for shares of a whole. |
| Group by | — | The field whose values become the bars, points, or slices. |
| Function | count, sum, avg, min, max | The aggregate computed per group. |
| Field | — | The field the function runs over — required for everything except count. |
Pair a chart with a filter block and viewers can slice the same chart by date range, category, or owner without you building variants.
Like every block, this one also has the shared block settings: a title and optional description, a header you can show or hide, auto-height, conditional visibility, and role-based visibility, plus the source table and record-filter settings shared by all data blocks.