Browse documentation

Build a canvas

Create a canvas, add widgets, and learn the actions every widget shares.

A canvas is the dashboard surface where widgets live. Most widgets read from a data object, so a canvas always reflects your current records rather than a static snapshot. This page covers creating a canvas, adding widgets, configuring them, and the actions every widget shares. Each widget type then has its own page for its full set of options. For the mental model behind canvases, see Core concepts: Canvas.

Create a canvas

  1. In the sidebar, open the Canvas section.
  2. Click New at the top right.
  3. In the New Canvas dialog, fill in Title and Description.
  4. Click Apply.

The canvas is created and opens straight away in edit mode, ready for its first widget. A bottom toolbar appears with the widget controls.

The New Canvas dialog with a Title and a Description field, and Cancel and Apply buttons.
The New Canvas dialog: give it a title and description, then Apply.

Add a widget

In edit mode, use the bottom toolbar to add a widget:

  • Add chart (⌘1)
  • Add KPI (⌘2)
  • Add table (⌘3)
  • Add tasks (⌘4)
  • Add text (⌘5)
  • Add custom view

These use on Mac and Ctrl on Windows (so ⌘1 is Ctrl+1), and only add a widget while you're already in edit mode.

The canvas edit-mode bottom toolbar with icons for chart, KPI, table, tasks, files, text and custom view.
The edit-mode toolbar: one icon per widget type.

You can also right-click empty space on the canvas and choose Add new item to pick a widget type from the menu.

The right-click canvas menu with Add new item expanded to Chart, KPI, Table, Tasks, Files and Text, plus a Paste item.
Right-click empty space for Add new item, or Paste a copied widget.

The widget catalog

Each widget type has its own page with the full set of options:

WidgetWhat it showsPage
ChartA visual series: bar, line, area, pie or radar.Chart
KPIA single aggregated number, such as a count or a sum.KPI
TableRows and columns from a data object, with optional editing.Table
TasksA filtered list of tasks.Tasks
FilesA filtered list of files.Files
TextFree-form headings and notes, with no data binding.Text

Configure a widget

Adding a data widget opens its editor; you can reopen it any time in edit mode by clicking the widget's header. The editor is a split view: a live preview on the left and a configuration panel on the right.

Name the widget from the info bar above the panel: click the title to rename it (it shows Untitled until you do), and add an optional description (No description until you do). KPI widgets have a title only.

The configuration panel is organized into collapsible sections. Which appear depends on the widget type, but the common ones are:

  • Data holds the Data source and the type-specific fields. The data source is a data object; to scope a widget to a slice of it, use the filters and sort below rather than picking a saved view here.
  • Filters & Sorting reuses the same builder as data views: a Filters section (including advanced boolean logic) and a Sort by section. See Manage data views.
  • Appearance holds the visual options, which differ by type (chart type, colors, KPI color, and so on).

A type selector at the top of the panel converts a widget between Chart, KPI, Table, Tasks and Files without rebuilding it.

A widget's configuration panel with the type selector on KPI, a Data section (Data source, Metric, Filters, Function) and an Appearance section.
The configuration panel: the type selector on top, then the Data and Appearance sections.

Actions every widget shares

In view mode, hover a widget (or open its menu) for these actions. Exactly which appear depends on the type:

  • Expand opens the widget in a large modal so you can read it at full size. Tables page through more rows there. (KPIs, text and custom views don't expand.)
  • Export Chart downloads the widget's displayed data as a CSV: the aggregated values you see (chart or KPI) or the visible rows (table, tasks, files).
  • Export Data downloads the underlying records behind a chart or KPI as a CSV, with the widget's filters and sort applied.
  • Export card saves the whole widget as a PNG image.

Text and custom-view widgets don't expose the export menu.

The top-right corner of a widget in view mode, showing the Expand icon and the ⋮ menu button.
In view mode, each widget carries an Expand icon and a ⋮ menu.

Arrange and edit widgets

In edit mode, right-click a widget for Cut (⌘X), Copy (⌘C), Paste (⌘V), Duplicate (⌘D) and Delete. Chart widgets also get a Chart Options submenu here for their display toggles. To move or resize widgets, see Layout.

Save and exit

Edits are staged until you save. The top-right edit banner has:

  1. Save (⌘S) to persist your widgets and layout. When several widgets are pending it reads Save (N), and you can Discard changes on one or Discard all.
  2. Close to leave edit mode. If you have unsaved changes, a Discard changes? prompt appears first.

To edit the canvas again later, click Edit Canvas in the top-right banner, or use ⌘E (which toggles edit mode).

The top-right edit banner with Edit Canvas, Close and Save, and a kebab menu.
In edit mode the top-right banner holds Edit Canvas, Close and Save.

Where to go next