Commit 20799010c4d784281dbbd1cfc0997a701315cb92

Authored by Renato De Donato
1 parent 190145a5

treemap resize

controllets/select-dataset-controllet/select-dataset-controllet.html
... ... @@ -429,7 +429,7 @@
429 429 attached: function() {
430 430 this._resize();
431 431 var that = this;
432   - window.addEventListener("resize", function() { that._resize(); });
  432 + window.addEventListener("resize", function() { that._resize(); that._loadTreeMap();});
433 433  
434 434 this.providers = this.datasets["result"]["providers"];
435 435 this.datasets = this.datasets["result"]["datasets"];
... ...