From b34bde11dcf0b2f922010a5cc01756c4a7805443 Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Sat, 4 Aug 2018 01:09:08 +0200 Subject: [PATCH] js: make points on line chart smaller --- 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 33fb82d..9b24b60 100644 --- a/web/static/seepark_web.js +++ b/web/static/seepark_web.js @@ -49,6 +49,9 @@ function dayschart(element, title, days, xtickformat) { text: title }, data: chartdata, + point: { + r: 1.5 // default 2.5 + }, axis: { x: { type: 'timeseries', -- 2.47.3