HTML: Fix constant value temperature curve.

When temperature is constant the temperature curve is stuck at the
top of the profile view.

Maximum temperature value is set to 50 degrees C. This will always put
the curve in the right place.

Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Gehad elrobey 2014-07-26 16:59:49 +02:00 committed by Dirk Hohndel
parent 7e45d93123
commit 979ea564a0

View file

@ -1038,6 +1038,7 @@ function canvas_draw()
},
y3axis : {
padMax : 3.05,
max : 50,
tickOptions: {
showGridline: false,
showMark: false,