From eae423048b3aa351d173c673fb8324e170c1fba1 Mon Sep 17 00:00:00 2001 From: Nilesh <19304+nileshtrivedi@users.noreply.github.com> Date: Thu, 2 Jun 2022 21:12:54 +0100 Subject: [PATCH] Hide treemap --- src/App.svelte | 4 ---- src/TopicList.svelte | 3 +++ static/map.html | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index 25817f5..173c0f9 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -97,10 +97,6 @@ - - - - diff --git a/src/TopicList.svelte b/src/TopicList.svelte index 6ad38f1..c4e7143 100644 --- a/src/TopicList.svelte +++ b/src/TopicList.svelte @@ -4,4 +4,7 @@ import SearchForm from "./SearchForm.svelte" +
+ Try mapview (beta) +
diff --git a/static/map.html b/static/map.html index 9394c40..1f2eb88 100644 --- a/static/map.html +++ b/static/map.html @@ -94,7 +94,7 @@ function hierarchy(topic_array, parent_id){ d3.json("/learn/topics.json?_shape=array&_size=5000", function(alltopics){ // console.log({alltopics}); var root = hierarchy(alltopics, ""); - console.log({root}); + // console.log({root}); initialize(root); accumulate(root); layout(root);