]> ToastFreeware Gitweb - chrisu/seepark.git/blobdiff - web/static/seepark_web.js
add back .flush after chart creation.
[chrisu/seepark.git] / web / static / seepark_web.js
index 40fd919c58fb041eda12571913bd7f9635041474..e12e464b570a8687f1df3b6484cdfaa320949ab0 100644 (file)
@@ -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() {