From: gregor herrmann Date: Sun, 5 Aug 2018 16:54:23 +0000 (+0200) Subject: change water (sensor) colours X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/commitdiff_plain/ef82b7a4c19527f1dc9d8d1c54c15b81293261ed change water (sensor) colours --- 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 {