Charts
Charts are the building blocks of a dashboard. They are live — they update automatically as the underlying data changes. Over 20 chart types are available, from bar and donut charts to treemaps, packed bubbles, and text tables.
Who configures this
Users with access to the New module. The Chart Builder is accessible from New > Custom Fields & Configuration > Chart Builder.
Chart list
Opening the Chart Builder displays the Chart Editor — a list of all charts in the organisation. Each chart is shown as a tile with its name. Click Create New Chart to start a new chart, or click any existing tile to edit it.

Chart Editor list
Chart Builder
Selecting a chart opens the Chart Builder. The interface has three panels: the DATA panel (left), the shelf and preview area (centre), and the FORMAT panel (right).

Chart Builder
DATA panel
The left panel is where you connect a datasource and browse the available fields.
| Field | Description |
|---|---|
| Chart Name | The name of the chart. |
| Datasource | The virtual datasource the chart draws from. Datasources are created in the Query Builder. Click the eye icon to view the datasource definition. |
| Search fields | Filters the list of dimensions and measures by name. Appears once a datasource is selected. |
| Dimensions | Text and date fields from the datasource. Drag these onto the shelves to group and categorise data. |
| Measures | Numeric fields and aggregations (e.g. Count). Drag these onto the shelves to calculate values. |
Shelf area
The centre-top section contains the shelves that control how fields map to the chart. The Role pill shows the active chart type. The available shelves change depending on the chart type selected in the SHOW ME panel.
| Shelf | Chart types | Description |
|---|---|---|
| X Axis | Bar, Line, Area, and similar | The dimension used to group data along the horizontal axis. |
| Y Values | Bar, Line, Area, and similar | The measure(s) plotted on the vertical axis. Supports aggregations (sum, avg, count, etc.). |
| Color | Most types | A field used to colour-code series or segments. |
| Detail | Most types | A field that adds granularity without creating a separate series. |
| Label | Most types | A field whose values appear as chart labels. |
| Tooltip | Most types | A field shown in hover tooltips. |
| Label/Series | Radar | The dimension that defines each axis on the radar. |
| Value | Radar | The measure plotted on each axis, with an aggregation selector (sum, avg, count, etc.). |
| Columns | Data Grid | The fields displayed as columns in the table. |
Chart preview
The centre area shows a live preview of the chart as fields are added to the shelves. A status bar above the preview displays the chart name, chart type, and a Live badge confirming the preview is connected to real data.
FORMAT panel
The right panel contains the chart type selector and formatting options.
SHOW ME
A grid of 23 chart type tiles. Clicking a tile switches the chart type immediately. The selected type is highlighted. Types recommended for the current field combination show a dot indicator. Types that require more fields than are currently placed are greyed out.
| Chart type | Description |
|---|---|
| Bar | Vertical or horizontal bars grouped by a dimension. |
| Donut | Circular chart showing proportional segments. |
| Line | Trend line across a continuous dimension. |
| XY | Scatter-style plot with explicit X and Y fields. |
| Heatmap | Grid of colour-coded cells showing value intensity. |
| Radar | Multi-axis polygon chart for comparing across categories. |
| Timeline | Gantt-style chart for date-ranged items. |
| Data Grid | Tabular view of data with sorting, filtering, and action rules. |
| Gantt | Project-style bar chart for scheduling and duration. |
| Relation | Node-link diagram for showing relationships between records. |
| Markdown | Free-text panel rendered as formatted markdown. |
| Tabs | Container that displays multiple charts in tab panels. |
| Gauge | Dial showing a single value against a target range. |
| Bullet | Compact bar with target and performance zones. |
| Stat | Single large metric value with optional comparison. |
| Scatter | Point chart showing the distribution of two measures. |
| Area | Filled line chart showing cumulative or stacked values. |
| Histogram | Frequency distribution across equal-width bins. |
| Box & Whisker | Statistical summary showing median, quartiles, and outliers. |
| Treemap | Hierarchical data shown as sized, nested rectangles. |
| Packed Bubbles | Values shown as area-proportional circles with grouping. |
| Circle View | Bubble layout with colour encoding and grouping. |
| Text Table | Crosstab table with cell colouring and totals. |
SETTINGS
Formatting options that vary by chart type.
Common options (most chart types):
| Option | Description |
|---|---|
| Layout | How multiple series are arranged (e.g. Grouped or Stacked). |
| Corner radius | Rounds the corners of bars. Range: 0–14 px. |
| Slice labels | Shows value or percentage labels on slices or segments. Options: None, Value, %. |
| Sort | Sort order for grouped results: High → Low, Low → High, or Data order. |
| Levels | Number of concentric rings on a Radar chart. Range: 3–10. |
| Palette | The colour scheme applied to the chart. Options: Docwize, Warm, Cool, Muted, Ocean, Earth, Vivid, Amber, Tide, Slate, Spectrum, Custom. |
Data Grid options:
| Option | Description |
|---|---|
| Colouring Rules | Apply background or text colour to cells based on conditions. |
| Formatting Rules | Format cell values (e.g. decimal places, date format). |
| Action Rules | Add buttons to rows that trigger a named action (e.g. open a linked chart or interface). |
| Drilldown Rules | Define what a row click navigates to. |
| Editing Rules | Allow users to edit specific fields inline. |
| Document Action Settings | Map columns to document ID, workflow ID, and other action parameters for row-level document actions. |
| Data layer settings | Pin or hide specific columns. |
INTERACTIONS
Click interactions that fire when a user selects a data point on the chart. Use these to drill down to a related record or open a linked interface.
How to create a chart
| Step | Description |
|---|---|
| 1 | Navigate to New > Custom Fields & Configuration > Chart Builder. |
| 2 | Click Create New Chart. |
| 3 | Enter a Chart Name and select a Datasource from the dropdown. |
| 4 | Drag fields from Dimensions or Measures in the DATA panel onto the shelves in the centre area. |
| 5 | In the SHOW ME panel, select a chart type. Compatible types for the current fields are highlighted. |
| 6 | Adjust formatting options in the SETTINGS section as needed. |
| 7 | Click Preview Chart to review the output, then Save Chart. |
Troubleshooting
| Issue | Detail |
|---|---|
| No datasources available | A virtual view must exist before a chart can be created. Create one in the Query Builder first. |
| Chart type is greyed out | The selected type requires more fields than are currently placed on the shelves. Add the necessary dimensions or measures first. |
| Preview shows "No results" | The datasource contains no data matching the current fields and filters. Check that the datasource has data and that all required filter values are set. |
| Chart shows no data after switching type | Some chart types require specific shelf configurations. Check which shelves the new type requires and place the appropriate fields. |
Related configuration
- Query Builder — creates the virtual views (datasources) that charts draw from
- Dashboards — end-user instructions for viewing and using dashboards