From d798d62b0e0bf173a9df377cf3fce9a83403a3fa Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Wed, 3 Oct 2018 18:45:51 +0200 Subject: [PATCH] drop a commented out .flush --- web/static/seepark_web.js | 1 - 1 file changed, 1 deletion(-) diff --git a/web/static/seepark_web.js b/web/static/seepark_web.js index 5cdeca5..d763fdb 100644 --- a/web/static/seepark_web.js +++ b/web/static/seepark_web.js @@ -67,7 +67,6 @@ function dayschart(element, title, days, xtickformat) { chart.resize({ width: getwidth(element) }); - // chart.flush(); }, transition: { duration: null -- 2.47.3