From c359db3611b8d0f034b0ce521155b018e39fc89a Mon Sep 17 00:00:00 2001 From: Katja <bax5612@studium.uni-hamburg.de> Date: Sun, 16 Jan 2022 15:48:34 +0100 Subject: [PATCH] a --- assets/cn.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/cn.js b/assets/cn.js index 67de470..8f84a0e 100644 --- a/assets/cn.js +++ b/assets/cn.js @@ -53,8 +53,8 @@ var rect = svg.append("rect") var svg_legend = d3.select("svg.legendsvg"), legend_position = [65,95,125], arrow_legend_position = [0,25], -arrow_group_names = ["citation","self-citation"], -group_names = ["cited by","input","reference"], +arrow_group_names = ["Citation","Self-Citation"], +group_names = ["Cited By","Input","Reference"], line_type = d3.scaleOrdinal() .domain(["line","dotted"]) .range([("8,0"),("8,8")]), -- GitLab