Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -45,7 +45,7 @@ var svg = d3.select("body").append("svg")
|
|
45 |
.attr("height", height + margin.top + margin.bottom)
|
46 |
.append("g")
|
47 |
.attr("transform", "translate(" + margin.left + "," + margin.top + ")");
|
48 |
-
d3.json("https://huggingface.co/datasets/Sefika/continual-re-survey-taxonomy/
|
49 |
if (error) throw error;
|
50 |
root = taxonomy;
|
51 |
root.x0 = height / 2;
|
|
|
45 |
.attr("height", height + margin.top + margin.bottom)
|
46 |
.append("g")
|
47 |
.attr("transform", "translate(" + margin.left + "," + margin.top + ")");
|
48 |
+
d3.json("https://huggingface.co/datasets/Sefika/continual-re-survey-taxonomy/blob/main/RQ2.json", function(error, taxonomy) {
|
49 |
if (error) throw error;
|
50 |
root = taxonomy;
|
51 |
root.x0 = height / 2;
|