Skip to main content

Charts

Charts display data over time for multiple devices, incorporating one or more fields. They can represent various types of data, such as temperature or the number of people passing. Note that charts created in the device menu cannot be saved. To compare time series data between devices and also different type of time series click on advanced in the top right.

Device Chart

Settings

The following aspects of the charts can be customized:

  • Devices: The data from the devices will be shown.
  • Fields: The types of values that will be displayed.
  • Time Period: The duration for which data is displayed.
  • Resolution: The time period from which each value will be calculated.
  • Curve Type: The style of the line or curve used to represent the data. This can be step, linear, or smooth.
  • Y-Axis Range: This can be set to automatic or start at zero.

Calculation types

A calculation is always applied over the resolution of the time period. The following calculations are available:

  • Mean: The average value of all data points during each resolution time period.
  • Minimum: The minimum value recorded during each resolution time period.
  • Maximum: The maximum value recorded during each resolution time period.
  • First: The first value recorded in each resolution time period.
  • Last: The last value recorded in each resolution time period.
  • Count: The number of data points during each resolution time period.
  • Sum: The total of all values from the data points during the resolution time period.
  • Difference: The difference between the last value and the first value during the resolution time period. This is often used for metering analysis (e.g., last value of a month minus the starting value of the month).