Skip to content
Stand with Ukraine flag

Line Chart

The Line Chart view in Trendz plots numeric telemetry over time. It shares its axis and series model with the Bar Chart — the same three sections control what appears on each axis and how data is grouped.

Line and Bar charts use three configurable drop zones:

SectionPurpose
X-axisHorizontal axis — usually a Date field, but can be any field or combination of fields
Y-axisVertical axis — drop one or more numeric telemetry fields here with the required aggregation
SeriesSplit data into groups — each group becomes a separate line

Drop a Date field onto X-axis and a numeric telemetry field onto Y-axis. Leave Series empty. Trendz plots one line for each entity that has data in the selected time range.

Multiple telemetry fields as separate lines

Section titled “Multiple telemetry fields as separate lines”

To plot several telemetry fields for the same device or asset on a single chart, add each field to Y-axis and leave Series empty. Use Filter to focus on a specific device.

Y-axis: [ temperature ] [ humidity ] [ pressure ]
Series: (empty)
──────────────────────────────────────────────▶ time
temperature ────────────────────
humidity ·················
pressure ─ ─ ─ ─ ─ ─ ─ ─ ─

To compare the same telemetry across different devices, assets, or categories, add a grouping field (such as a device name or asset attribute) to the Series section. Trendz draws one line per group.

Y-axis: [ energy_consumption ]
Series: [ building name ]
──────────────────────────────────────────────▶ time
Building A ────────────────────
Building B ·················
Building C ─ ─ ─ ─ ─ ─ ─ ─ ─

Color zones mark threshold regions on the chart background to make it immediately visible when a value crosses a limit. Thresholds are static values set at design time.

  1. Open the Settings card for the view.

  2. Go to the Annotation section.

  3. Choose a value and a color, then click OK.

  4. Click Build Report.

You can add multiple color zones to a single chart.

A mixed chart overlays columns, lines, and areas on a shared X-axis, with a separate Y-axis scale for each component. This is useful when combining fields with different units or magnitudes.

  1. Open the settings card for the telemetry field you want to change.

  2. Choose the chart type: Area, Line, or Bar.

By default each field on the Y-axis gets its own axis — three fields means three Y-axes on the chart, with the additional axes placed on the right side. When all fields share the same unit, you can merge them onto a single axis.

  1. Open View Settings.

  2. Enable Single axis.