From e4c8650daecb46af4933a59a3e7f5f9f8d617ac2 Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Sat, 2 Jun 2018 02:49:33 +0200 Subject: [PATCH] show y grid --- web/static/seepark_web.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/static/seepark_web.js b/web/static/seepark_web.js index 459795a..149d659 100644 --- a/web/static/seepark_web.js +++ b/web/static/seepark_web.js @@ -55,6 +55,11 @@ var chart = c3.generate({ return value + '°'; } } + }, + grid: { + y: { + show: true + } } }); -- 2.47.3