plot.minmaxavg
A simple widget for plotting item min/max/avg chart
{{plot.minmaxavg(id, item, tmin, tmax, ymin, ymax, unit, axis, count) }}
id
item
tmin
tmax
ymin
ymax
unit
axis
count
{{ plot.minmaxavg('p1', bath_plot_value, '12h') }}
{{ plot.minmaxavg('p2', bath_plot2, '12h', '', '', '', '', '', 25) }}