Commit dae2275f44c0c5d7b2413f7cf01d4f193da51a81
1 parent
c0d8052d
datasetexplorer
Showing
1 changed file
with
3 additions
and
1 deletions
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); |