From: gregor herrmann Date: Fri, 3 Aug 2018 23:09:08 +0000 (+0200) Subject: js: make points on line chart smaller X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/commitdiff_plain/b34bde11dcf0b2f922010a5cc01756c4a7805443 js: make points on line chart smaller --- 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',