Sefika commited on
Commit
b33a596
·
verified ·
1 Parent(s): abbe15f

Update index.html

Browse files
Files changed (1) hide show
  1. 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/raw/main/continual-re-taxonomy.json", function(error, 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;