Commit 20799010c4d784281dbbd1cfc0997a701315cb92
1 parent
190145a5
treemap resize
Showing
1 changed file
with
1 additions
and
1 deletions
controllets/select-dataset-controllet/select-dataset-controllet.html
@@ -429,7 +429,7 @@ | @@ -429,7 +429,7 @@ | ||
429 | attached: function() { | 429 | attached: function() { |
430 | this._resize(); | 430 | this._resize(); |
431 | var that = this; | 431 | var that = this; |
432 | - window.addEventListener("resize", function() { that._resize(); }); | 432 | + window.addEventListener("resize", function() { that._resize(); that._loadTreeMap();}); |
433 | 433 | ||
434 | this.providers = this.datasets["result"]["providers"]; | 434 | this.providers = this.datasets["result"]["providers"]; |
435 | this.datasets = this.datasets["result"]["datasets"]; | 435 | this.datasets = this.datasets["result"]["datasets"]; |