Double pie chart udpate call to fix chart drawing on page load

This commit is contained in:
Alfredo Cardigliano 2019-07-11 17:31:52 +02:00
parent b3a35ef2d4
commit 328c8a7084
3 changed files with 3 additions and 3 deletions

View file

@ -61,7 +61,7 @@ function PieChart(name, update_url, url_params, units, refresh) {
// Needed to draw the pie immediately
this.update();
//this.update();
this.update();
// var updateInterval = window.setInterval(update, refresh);