Skip to content
Snippets Groups Projects
Commit c359db36 authored by Katja's avatar Katja
Browse files

a

parent 065642f2
No related branches found
No related tags found
1 merge request!20Main
...@@ -53,8 +53,8 @@ var rect = svg.append("rect") ...@@ -53,8 +53,8 @@ var rect = svg.append("rect")
var svg_legend = d3.select("svg.legendsvg"), var svg_legend = d3.select("svg.legendsvg"),
legend_position = [65,95,125], legend_position = [65,95,125],
arrow_legend_position = [0,25], arrow_legend_position = [0,25],
arrow_group_names = ["citation","self-citation"], arrow_group_names = ["Citation","Self-Citation"],
group_names = ["cited by","input","reference"], group_names = ["Cited By","Input","Reference"],
line_type = d3.scaleOrdinal() line_type = d3.scaleOrdinal()
.domain(["line","dotted"]) .domain(["line","dotted"])
.range([("8,0"),("8,8")]), .range([("8,0"),("8,8")]),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment