From 8422e1bb7ea6ab2bda185ef9d9b77cd41e7eb3d1 Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Thu, 6 Sep 2018 21:47:33 +0200 Subject: [PATCH] turn on x grid lines on chrisu's request --- web/static/seepark_web.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/static/seepark_web.js b/web/static/seepark_web.js index 88854ca..40fd919 100644 --- a/web/static/seepark_web.js +++ b/web/static/seepark_web.js @@ -149,6 +149,9 @@ function dayschart(element, title, days, xtickformat) { grid: { y: { show: true + }, + x: { + show: true } }, regions: [ -- 2.47.3