Commit 57372c47e29ffde47af27a8780b4c721e864d646
1 parent
12fe9d17
Updated treemap
Showing
1 changed file
with
2 additions
and
2 deletions
controllets/dataset-selection-controllet/dataset-selection-controllet.html
| ... | ... | @@ -284,7 +284,7 @@ |
| 284 | 284 | var h = $("#material_container").height() - 48; |
| 285 | 285 | var w = $("#material_container").width(); |
| 286 | 286 | // /oxwall_x.y.z |
| 287 | - this.$.div_datasetexplorer.innerHTML = "<datasetexplorer-datalet width=\""+w+"\" height=\""+h+"\" data-url=\"/openwall/api/datasetTree\" fields='[\"result,provider_name\",\"result,organization_name\",\"result,package_name\",\"result,resource_name\",\"result,url\",\"result,w\"]'></datasetexplorer-datalet>"; | |
| 287 | + this.$.div_datasetexplorer.innerHTML = "<datasetexplorer-datalet width=\""+w+"\" height=\""+h+"\" data-url=\"/openwall/api/datasetTree\" fields='[\"result,datasets,provider_name\",\"result,datasets,organization_name\",\"result,datasets,package_name\",\"result,datasets,resource_name\",\"result,datasets,url\",\"result,datasets,w\"]'></datasetexplorer-datalet>"; | |
| 288 | 288 | }, |
| 289 | 289 | |
| 290 | 290 | _selectDataUrl_treeMap : function(e) { |
| ... | ... | @@ -366,4 +366,4 @@ |
| 366 | 366 | |
| 367 | 367 | </script> |
| 368 | 368 | |
| 369 | -</dom-module> | |
| 370 | 369 | \ No newline at end of file |
| 370 | +</dom-module> | ... | ... |