X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/4d0eef893a499d6078a60b8b703cef05e95c1092..8f767296cf0be759c6cccaaf7da9fde3e1fd1f85:/web/static/seepark_web.js diff --git a/web/static/seepark_web.js b/web/static/seepark_web.js index 5cdeca5..7e727a1 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 @@ -189,7 +188,7 @@ function loaddays(chart, element, days) { unload: true }); }; - chart.flush(); + setTimeout(function () { chart.flush(); }, 5000); } function beginend(days) {