Hi,
i use google chart in "Tasmota Software":
I would like to assign a maximum value to the Y-axis (vertical).
Unfortunately it doesn't do that; as soon as a larger value comes, the axis
increases. What am I doing wrong?
; 4h power chart - new value every 30s
$<div id="chart1" style="text-align:center;width:400px"></div>
$gc(lt s4h "wr" "Leistung [W]" cstr2)
$var options = {
$chartArea:{left:60,width:'83%%'},
$legend:'none',
*$vAxis:{format:'#
W',minValue:0,maxValue:300},*$explorer:{actions:['dragToZoom',
'rightClickToReset']},
$series: {0: {type: 'area'}},
$title:'Verbrauch 4 Stunden [Watt]'
$};
$gc(e)
--
You received this message because you are subscribed to the Google Groups
"Google Chart API" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-chart-api/cc87091a-6b0e-4381-a236-fc620e6fe9ean%40googlegroups.com.