Chart Types
Add a Chart to a Dashboard
To add a new chart to an open dashboard:- Click the + Add Chart button in the top-right corner of the chart grid.
- In the chart picker panel, select a chart type from the list above.
- Use the Event Selector to choose the event you want to measure (for example,
page_viewedorcheckout_completed). - Choose an aggregation method:
- Count — total number of times the event fired
- Unique Users — distinct users who triggered the event
- Sum — total of a numeric event property (e.g.,
revenue) - Average — mean of a numeric event property (e.g.,
session_duration)
- Optionally apply filters and group-by settings (see Using the Query Builder below).
- Set a date range — use the global dashboard range or override it with a chart-specific range.
- Click Add to Dashboard. The chart appears in the grid where you can drag and resize it.
Using the Query Builder
Every chart in Cano is powered by the query builder, a point-and-click interface that translates your selections into an analytics query without requiring you to write any code.Event Selector
Click the Event dropdown to pick the tracked event you want to analyze. The list shows every event your application has sent to Cano. You can type to search. Select one event per chart (use custom formulas to combine multiple events — see below).Filters
Filters narrow the event data down to a specific subset. Click + Add Filter, then:- Select an event property (e.g.,
country,plan,device_type). - Choose an operator (
=,≠,contains,is set,is not set). - Enter or select a value.
Group By (Breakdown)
Group By splits your metric across the distinct values of a property, turning a single number into a comparative breakdown. For example, groupingpage_viewed events by country produces a bar chart showing pageview counts per country.
Click + Group By and select the property you want to break down by. Charts support up to two Group By dimensions simultaneously.
Date Range
Each chart inherits the dashboard’s global date range by default. To override it for a specific chart, toggle Use custom date range in the query builder and select your desired range. Supported options include:- Relative ranges: Last 7 days, Last 30 days, Last 90 days, This month, This quarter
- Custom absolute range: pick any start and end date
Custom Metric Formulas
For metrics that can’t be expressed as a single event aggregation, Cano’s formula editor lets you combine multiple event queries with arithmetic expressions. To use a formula:- When adding or editing a chart, click + Add Formula below the event selectors.
- Define two or more event queries (labeled A, B, C, etc.).
- In the Formula field, write an expression using those labels.
Formula examples
+, -, *, /, and parentheses for grouping. The result is treated as a new metric and rendered using whichever chart type you selected.
Charts refresh on a fixed interval based on your plan: every 60 seconds on the Pro plan and every 5 minutes on the Starter plan. You can always trigger an immediate refresh by clicking the Refresh button in the dashboard header. Chart-level refresh overrides are not currently supported.
Next Steps
Creating Dashboards
Learn how to build and organize dashboards that house your charts.
Sharing & Permissions
Share dashboards with your team or external stakeholders.