From 31f61adab477ee134dbea476d26376075f1a5022 Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Sun, 17 Jan 2016 19:56:12 +0000 Subject: [PATCH] fix type in temperature continuous output --- templates/index.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html.ep b/templates/index.html.ep index 7526d24..e1bf922 100644 --- a/templates/index.html.ep +++ b/templates/index.html.ep @@ -726,7 +726,7 @@ } if (hr.Temp_Out <= 0) { if (lasttemp > 0) { - daychart.series[4].addPoint([t, 0], true, temppos); + daychart.series[4].addPoint([t, 0], true, tempneg); } daychart.series[4].addPoint([t, hr.Temp_Out], true, tempneg); } else { -- 2.34.1