Plot-Widgets

plot.comfortchart plot.gauge plot.period plot.pie plot.rtr plot.temprose plot.minmaxavg plot.multiaxis


plot.minmaxavg

Deprecatedas of version 2.9, use 'plot.period' instead.

A simple widget for plotting item min/max/avg chart

Parameters
{{ plot.minmaxavg(id, item, tmin, tmax, ymin, ymax, unit, axis, count) }}
id
unique id for this widget
item
the item. Only one item supported.
tmin
the minimum time (x-axis): '1h', '2h'... (duration-format)
tmax
the maximum time (x-axis): '', '1h', '2h'... (duration-format, default: now)
ymin
the minimum y-axis (optional)
ymax
the maximum y-axis (optional)
unit
a unit, tries to get the format for that unit from the language-file (optional)
axis
title/s for the x-axis and y-axis (optional)
count
count number of data points to load, default 100
More Information
This widget is deprecated and may be removed in later versions.
Please look into plot.period for replacement and further information.

Widgets

Design

Misc