Skip to main content

Dashboard

A Dashboard is a dedicated analytics canvas that visualises data from your project's form submissions using charts, widgets, and tables — without writing any code. Unlike other form types, a Dashboard does not collect user input; it presents submission data in a structured, interactive display.


Creating a Dashboard

  1. In the project sidebar, click Create Form under the menu where you want the dashboard to live.
  2. Select Dashboard as the form type.
  3. Name the dashboard and confirm.
  4. On the canvas that opens, click Create Dashboard to enter the dashboard designer.
  5. Add, configure, and arrange components using drag-and-drop. dashboard

Tip: The sidebar collapses automatically when a dashboard is open in User Mode, giving the canvas full-width space.


Dashboard Components

The dashboard designer provides 11 component types. Each component is configured by selecting the data source (form and field) and the display options relevant to that chart type. dashboard


Bar Chart

Displays categorical data as vertical or horizontal rectangular bars. Each bar represents a category and its height (or length) represents its value.

Best used for: Comparing values across distinct categories — for example, number of submissions per status, or counts grouped by department.

SettingDescription
Data SourceForm and field to aggregate
X AxisThe category field (e.g. status, department)
Y AxisThe numeric value to measure (e.g. count, sum)
OrientationVertical (default) or horizontal bars
ColourBar fill colour

Line Chart

Plots data points connected by a continuous line, showing how a value changes over a sequence — typically time.

Best used for: Tracking trends over time — for example, submissions per day, approvals per week, or activity over a date range.

SettingDescription
X AxisTime or sequence field (e.g. submission date)
Y AxisNumeric value to measure
SmoothToggle smooth curve vs. sharp angles between points
Data PointsShow or hide individual dot markers on the line

Area Chart

Identical to a Line Chart but fills the region between the line and the X-axis with a colour. The filled area makes volume easier to read at a glance.

Best used for: Visualising cumulative volume or showing how a quantity grows or shrinks over time.

SettingDescription
X AxisTime or sequence field
Y AxisNumeric value to measure
Fill OpacityTransparency of the filled area (0–1)
StackedStack multiple series areas on top of each other

Pie Chart

A circular chart divided into slices where each slice represents a category's proportion of the total.

Best used for: Showing part-to-whole relationships — for example, percentage of submissions by type, or share of records per assigned user.

SettingDescription
Category FieldField whose unique values become slices
Value FieldNumeric field to sum per slice (or count if left blank)
LegendShow or hide the slice legend
LabelsDisplay percentage or value labels inside each slice

Scatter Chart

Plots individual data points on a two-axis grid using X and Y coordinates. No lines or bars — each point represents a single record.

Best used for: Identifying correlations, clusters, or outliers across two numeric dimensions — for example, plotting submission duration against record size.

SettingDescription
X AxisFirst numeric field (horizontal position)
Y AxisSecond numeric field (vertical position)
Point SizeDiameter of each plotted dot
Colour ByOptional field to colour-code points by category

Radar Chart

A spider-web style chart that plots multiple variables on radial axes radiating from a central point. Each variable gets its own axis and values are connected to form a polygon.

Best used for: Comparing multiple attributes for one or more entities side by side — for example, performance scores across different metrics for two teams.

SettingDescription
AxesList of fields/metrics to display as radial spokes
SeriesOne or more data series (each becomes a polygon)
FillFill the polygon area with a semi-transparent colour
Grid LinesShow or hide the background web grid

Radial Bar Chart

A bar chart arranged in a circular layout. Each bar arcs from the centre outward — or from one edge of a circle — to show progress or proportional values.

Best used for: Showing progress toward a goal per category, or part-to-whole relationships where visual impact matters more than precise reading.

SettingDescription
Category FieldField whose values become individual arcs
Value FieldNumeric field that determines arc length
Inner RadiusSize of the empty circle at the centre
Start / End AngleAngular range of the chart (default full 360°)

Funnel Chart

Displays a series of stages where each stage narrows, representing the progressive drop-off of data through a pipeline.

Best used for: Conversion or pipeline analysis — for example, showing how many submissions move from Submitted → Under Review → Approved → Closed.

SettingDescription
Stage FieldField whose values define each funnel stage
Value FieldCount or numeric value per stage
Sort OrderOrder stages by value (descending) or by a custom field order
LabelsShow stage name, value, and/or percentage on each segment

Bar + Line (Combo Chart)

Combines a Bar Chart and a Line Chart on the same canvas sharing the same X-axis. Each series can independently be displayed as a bar or a line.

Best used for: Comparing two related but differently-scaled metrics — for example, daily submission count (bars) alongside a rolling average (line).

SettingDescription
X AxisShared category or time field
Bar SeriesField(s) to display as bars (left Y-axis)
Line SeriesField(s) to display as a line (right Y-axis)
Dual Y AxisEnable a second Y-axis for the line if scales differ

KPI Card

Displays a single headline metric as a large, bold number with a label and an optional comparison value or trend indicator.

Best used for: Surfacing the most important number at a glance — for example, total submissions this month, open records, or average approval time.

SettingDescription
MetricThe field or calculation to display (e.g. count, sum, average)
LabelDescriptive title shown below the number (e.g. "Total Submissions")
Comparison ValueOptional secondary number to show change (e.g. vs. last month)
Trend IndicatorArrow or colour change showing increase / decrease
IconOptional icon displayed alongside the metric

Table

Displays raw or aggregated submission data in a row-and-column grid — similar to a spreadsheet view.

Best used for: Showing detailed records directly inside a dashboard, or presenting a structured summary with multiple columns per entry.

SettingDescription
Data SourceForm whose submissions populate the table
ColumnsFields to display as table columns (label and field key)
Rows Per PagePagination size for the table
SortingDefault sort column and direction
SearchEnable or disable a search bar above the table

Arranging Components

All components are placed on the dashboard canvas using drag-and-drop:

  • Move — click and drag a component by its header to reposition it.
  • Resize — drag the bottom-right handle to change the component's width and height.
  • Delete — click the remove icon on the component header to delete it.

Changes are saved when you click Save in the dashboard designer toolbar.


Switching Between View and Edit Mode

ModeDescription
Edit ModeShows the designer with drag-and-drop controls and component settings
View ModeShows the live dashboard with real submission data — no editing controls

Click Edit in the header to enter Edit Mode. Click Save or Cancel to return to View Mode.

dashboard


Notes

  • Dashboard data is scoped to the current project — it reads from that project's form submissions only.
  • All chart data refreshes each time the dashboard is opened in View Mode.
  • Dashboards support version control and approval workflows the same as other form types.
  • The Export option is available to share dashboard configurations across projects.