plot.gauge
A gauge
{{ plot.gauge(id, item, min, max, unit, label, mode, stop, color, axis) }}
id
item
min
max
unit
label
mode
stop
color
axis
{{ plot.gauge('', 'bath.plot.temp', 10, 30, 'temp', 'Temperature', 'solid-half', [30,50,70,90], ['#0DE0EC','#55BF3B','#DDDF0D','#DF5353']) }}
{{ plot.gauge('', 'bath.plot.temp', 10, 30, 'temp', 'Temperature', 'solid-cshape', [30,50,70,90], ['#0DE0EC','#55BF3B','#DDDF0D','#DF5353']) }}
{{ plot.gauge('', 'bath.plot.temp', 10, 30, 'temp', 'Temperature', 'solid-circle', [30,50,70,90], ['#0DE0EC','#55BF3B','#DDDF0D','#DF5353']) }}
{{ plot.gauge('', 'bath.plot.temp', 10, 30, 'temp', 'Temperature', 'speedometer', [40,60,80,100], ['#0DE0EC','#55BF3B','#DDDF0D','#DF5353']) }}
{{ plot.gauge('', 'bath.plot.temp', 10, 30, 'temp', 'Temperature', 'scale', [40,60,80,100], ['#0DE0EC','#55BF3B','#DDDF0D','#DF5353']) }}
{{ plot.gauge('', 'bath.plot.temp', 10, 30, '', '', 'vumeter', [70,100], ['','#C02316']) }}