X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/8422e1bb7ea6ab2bda185ef9d9b77cd41e7eb3d1..b39f9b6701a2ec07f419591806a91647865f8e7e:/web/static/seepark_web.js diff --git a/web/static/seepark_web.js b/web/static/seepark_web.js index 40fd919..e12e464 100644 --- a/web/static/seepark_web.js +++ b/web/static/seepark_web.js @@ -162,6 +162,9 @@ function dayschart(element, title, days, xtickformat) { ] }); + // workaround for unrendered dots + setTimeout(function () { chart.flush(); }, 5000); + // reload data in charts setInterval( function() {