plot.period
A simple widget for plotting charts
{{plot.period(id, item, mode, tmin, tmax, ymin, ymax, count, label, color, exposure, axis, zoom) }}
id
item
mode
tmin
tmax
ymin
ymax
count
label
color
exposure
axis
zoom
{{ plot.period('p1', 'bath_plot_value', 'avg', '3h') }}
{{ plot.period('p2', ['bath_plot1', 'bath_plot2', 'bath_plot3'], 'avg', '1h', 'now', 0, 100, '', '', ['#aa0', '#a00', '#00a'], ['area', 'column', 'line']) }}
{{ plot.period('p3', 'bath_plot_value', 'avg', '20h', 'now', 0, 100, '', '', '', '', '', '1h' ) }}