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:
parent
7e45d93123
commit
979ea564a0
@ -1038,6 +1038,7 @@ function canvas_draw()
|
||||
},
|
||||
y3axis : {
|
||||
padMax : 3.05,
|
||||
max : 50,
|
||||
tickOptions: {
|
||||
showGridline: false,
|
||||
showMark: false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user