Commit 223e87e7e623d9fbbc1c8d057e456eb62cd9ecb5
Merge branch 'master' of http://service.routetopa.eu:7480/WebCompDev/COMPONENTS
Showing
1 changed file
with
3 additions
and
1 deletions
datalets/datasetexplorer-datalet/datasetexplorer-datalet.html
... | ... | @@ -143,6 +143,8 @@ Example: |
143 | 143 | |
144 | 144 | transformData: function() |
145 | 145 | { |
146 | + this._filterData(); | |
147 | + | |
146 | 148 | var treemapData = []; |
147 | 149 | DatasetexplorerBehavior.map.name = this._component.title; |
148 | 150 | |
... | ... | @@ -212,7 +214,7 @@ Example: |
212 | 214 | this._component.fire("datasetexplorer-datalet_data-url", { url: url }); |
213 | 215 | }, |
214 | 216 | |
215 | - filterData : function() { | |
217 | + _filterData : function() { | |
216 | 218 | |
217 | 219 | this.meta = this.data.result.providers; |
218 | 220 | this._component.fields = JSON.parse(this._component.fields); | ... | ... |