From 1a964fcfe4389d76fc8bff945d0f8069e6826487 Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Sun, 10 Jun 2018 02:09:52 +0200 Subject: [PATCH] maybe we want different shades of blue for the water termperatures --- web/static/seepark_web.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/static/seepark_web.js b/web/static/seepark_web.js index f5f2f6a..904810a 100644 --- a/web/static/seepark_web.js +++ b/web/static/seepark_web.js @@ -17,7 +17,11 @@ var chart = c3.generate({ '0316a2193bff': 'Wassertemperatur in 4 m Tiefe', '0316a21383ff': 'Wassertemperatur in 5 m Tiefe' }, - xFormat: '%Y-%m-%d %H:%M:%S' + xFormat: '%Y-%m-%d %H:%M:%S', + colors: { + '0316a2193bff': 'lightblue', + '0316a21383ff': 'darkblue' + } }, axis: { x: { -- 2.47.3