From 979ea564a058254205c2ec9594294f35658c65f0 Mon Sep 17 00:00:00 2001 From: Gehad elrobey Date: Sat, 26 Jul 2014 16:59:49 +0200 Subject: [PATCH] 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 Signed-off-by: Miika Turkia Signed-off-by: Dirk Hohndel --- theme/list_lib.js | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/list_lib.js b/theme/list_lib.js index 135a0f9e6..094cc266a 100644 --- a/theme/list_lib.js +++ b/theme/list_lib.js @@ -1038,6 +1038,7 @@ function canvas_draw() }, y3axis : { padMax : 3.05, + max : 50, tickOptions: { showGridline: false, showMark: false,