From: gregor herrmann Date: Sat, 2 Jun 2018 00:49:33 +0000 (+0200) Subject: show y grid X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/commitdiff_plain/e4c8650daecb46af4933a59a3e7f5f9f8d617ac2 show y grid --- 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 + } } });