From ef82b7a4c19527f1dc9d8d1c54c15b81293261ed Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Sun, 5 Aug 2018 18:54:23 +0200 Subject: [PATCH] change water (sensor) colours --- web/static/seepark_web.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/static/seepark_web.js b/web/static/seepark_web.js index 85b62db..66cc2a9 100644 --- a/web/static/seepark_web.js +++ b/web/static/seepark_web.js @@ -19,9 +19,9 @@ function dayschart(element, title, days, xtickformat) { }, xFormat: '%Y-%m-%d %H:%M:%S', colors: { - '0416a1ac66ff': 'lightblue', - '0516a207a4ff': 'middleblue', - '0416a1bab9ff': 'darkblue' + '0416a1ac66ff': 'lightskyblue', + '0516a207a4ff': 'royalblue', + '0416a1bab9ff': 'midnightblue' } }; } else { -- 2.30.2