Commit 223e87e7e623d9fbbc1c8d057e456eb62cd9ecb5

Authored by Andrea Petta
2 parents 7d305508 f918bf0d

Merge branch 'master' of http://service.routetopa.eu:7480/WebCompDev/COMPONENTS

datalets/datasetexplorer-datalet/datasetexplorer-datalet.html
@@ -143,6 +143,8 @@ Example: @@ -143,6 +143,8 @@ Example:
143 143
144 transformData: function() 144 transformData: function()
145 { 145 {
  146 + this._filterData();
  147 +
146 var treemapData = []; 148 var treemapData = [];
147 DatasetexplorerBehavior.map.name = this._component.title; 149 DatasetexplorerBehavior.map.name = this._component.title;
148 150
@@ -212,7 +214,7 @@ Example: @@ -212,7 +214,7 @@ Example:
212 this._component.fire("datasetexplorer-datalet_data-url", { url: url }); 214 this._component.fire("datasetexplorer-datalet_data-url", { url: url });
213 }, 215 },
214 216
215 - filterData : function() { 217 + _filterData : function() {
216 218
217 this.meta = this.data.result.providers; 219 this.meta = this.data.result.providers;
218 this._component.fields = JSON.parse(this._component.fields); 220 this._component.fields = JSON.parse(this._component.fields);