Widget types
Stat widgets
Display a single metric — total calls, average duration, success rate — with an optional trend line and period-over-period comparison.
Chart widgets
Visualise trends and distributions with 8 chart types including line, bar, pie, donut, and radial bar.
Table widgets
Show detailed records with custom columns, sorting, and filters. Rows link directly to the underlying record.
Creating a dashboard
Create the dashboard
- Click Create Custom Dashboard in the sidebar.
- Enter a name (for example, “Sales Performance” or “Support Quality”).
- Choose an icon.
- Click Create Dashboard.
Add widgets
You can add widgets using presets or by building a custom widget from scratch.Using presets (21 ready-made widgets):
- Click Unlock to customize.
- Click Add.
- Select a preset widget.
- Click Save.
- Click Manage Widgets → Create New Widget.
- Choose a type: Statistic, Chart, or Table.
- Configure the data source, aggregation, filters, and display options.
- Save the widget, then add it to your dashboard.
Filtering widget data
All widget types support date range filters and custom conditions. Date ranges: Today, Yesterday, Last 7 / 14 / 30 / 60 / 90 days, Last 6 months, Last year Conditions — AND filters you stack to narrow data:status = completedduration > 60assistant name = "Sales Bot"
Layout tips
| Widget type | Recommended width |
|---|---|
| Stat widgets | 3–4 columns (3–4 per row) |
| Chart widgets | 6–12 columns |
| Table widgets | 12 columns (full width) |
Common dashboard examples
Sales dashboard
- Stat — Successful calls filtered by
appointment_booked = true - Chart — Daily trend of successful calls (line chart, last 30 days)
- Table — Recent calls with appointment details
Support quality dashboard
- Stat — Average call duration
- Chart — Call status breakdown (pie chart)
- Table — Recent calls with evaluation scores
Campaign performance dashboard
- Stat — Total campaign calls
- Chart — Calls per campaign (bar chart, grouped by campaign name)
- Table — All campaigns with status and call counts
Troubleshooting
Widget shows no data
Widget shows no data
- Expand the date range to include a period with records.
- Check that conditions are not too restrictive.
- Confirm you have records of the selected data source type.
Dashboard loads slowly
Dashboard loads slowly
- Keep widget count under 20 per dashboard.
- Apply date range filters to limit the data scanned.
- Use
COUNTaggregation where possible — it is faster thanSUMorAVG. - Clear your browser cache.
Dashboard not appearing in sidebar
Dashboard not appearing in sidebar
Next steps
- Configure widget types — detailed reference for all stat, chart, and table options