From 4a58f4fc97c88580e2491a82cd60cbae303873b2 Mon Sep 17 00:00:00 2001 From: Renato De Donato Date: Thu, 26 Nov 2015 17:35:16 +0100 Subject: [PATCH] treemap placeholder --- controllets/dataset-selection-controllet/dataset-selection-controllet.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/controllets/dataset-selection-controllet/dataset-selection-controllet.html b/controllets/dataset-selection-controllet/dataset-selection-controllet.html index c50b75b..7597ff6 100755 --- a/controllets/dataset-selection-controllet/dataset-selection-controllet.html +++ b/controllets/dataset-selection-controllet/dataset-selection-controllet.html @@ -150,7 +150,7 @@ - + LIST VIEW TREE MAP VIEW MOST POPULAR @@ -208,7 +208,7 @@
- +
@@ -282,6 +282,8 @@ if(this.suggestedDatasets) this.isSuggested = true; + + this._loadTreeMap(); }, // _isSuggested : function(){ @@ -302,8 +304,11 @@ }, _loadTreeMap : function(){ - if(this.selected != 1 && this.$.div_datasetexplorer.innerHTML == "") - this.$.div_datasetexplorer.innerHTML = ""; + var h = $("#material_container").height() - 48; + var w = $("#material_container").width(); + +// if(this.selected != 1 && this.$.div_datasetexplorer.innerHTML == "") + this.$.div_datasetexplorer.innerHTML = ""; }, _selectDataUrl_treeMap : function(e){ -- libgit2 0.21.4