mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 17:00:10 +00:00
Double pie chart udpate call to fix chart drawing on page load
This commit is contained in:
parent
b3a35ef2d4
commit
328c8a7084
3 changed files with 3 additions and 3 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue