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
1
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.
2
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.
3
Arrange the layout
- Click Unlock to customize to enter edit mode.
- Drag widgets to reorder them.
- Resize widgets by dragging their edges (1–12 columns wide).
- Remove widgets using the X button.
- Click Save to persist the layout, then Lock to exit edit mode.
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
Place your most important KPIs at the top, group related metrics together, and put tables at the bottom where they have room to display.
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.
Next steps
- Configure widget types — detailed reference for all stat, chart, and table options