Skip to content
Docs

Aggregation Widgets

These widgets summarize data over a selected time period — daily, monthly, or a custom duration — rather than plotting every raw data point. They’re useful for spotting trends across days or months without the noise of continuous live data.


Static

The daily aggregation widget shows a bar chart of aggregated data points over the selected days.

Daily Aggregation Widget
FieldDescription
Variable IDSelect the numeric (float) or increment variable to visualize. Only numeric (float) or increment variables can be visualized in an aggregation bar graph.
AggregationSelect the data aggregation method.
Start Time (24-hour Format)Choose the hour (00–23) from which data aggregation should begin.
Duration (Hours)Specify how many hours of data should be considered.
No. of Past DaysSelect the number of past days to include for aggregation.
Marker LabelEnter the label for the marker line. This label will be displayed on the marker line in the chart.
Marker ValueThe marker line will appear at this Y-axis value.
  • Supports only numeric (float) and increment variables.
  • The marker line is optional and useful for highlighting a target or threshold value on the chart.

Static

The monthly aggregation widget shows a bar chart of aggregated data points over the selected months.

Monthly Aggregation Widget
FieldDescription
Variable IDSelect the numeric (float) or increment variable to visualize. Only numeric (float) or increment variables can be visualized in an aggregation bar graph.
AggregationSelect the data aggregation method.
No. of MonthsSelect the number of months to include for aggregation.
Marker LabelEnter the label for the marker line. This label will be displayed on the marker line in the chart.
Marker ValueThe marker line will appear at this Y-axis value.
  • Supports only numeric (float) and increment variables.
  • Useful for month-over-month trend comparisons, such as tracking monthly consumption or output.

Static

Displays a combined bar and line chart in a single graph, allowing comparison of two aggregated variables over the same time range.

Dual Axis Aggregation Widget
FieldDescription
Bar Variable IDSelect the numeric or increment variable to be displayed as bars in the chart.
Bar AggregationChoose how the bar variable data should be aggregated for each time interval.
Line Variable IDSelect the numeric or increment variable to be displayed as a line in the same chart.
Line AggregationChoose how the line variable data should be aggregated for each time interval.
Take Data SinceSpecify how many past time units to include in the aggregation. Hours: 1–24, Days: 1–30, Months: 1–12.
Duration UnitSelect the time unit used for aggregation and data lookback.
  • Supports two numeric or increment variables — one as bars, one as a line.
  • Each variable can use its own aggregation method and is plotted against a shared time axis.
  • Ideal for comparing two related but differently-scaled metrics, such as total output (bars) against an efficiency ratio (line).