Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CiS Projekt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ockenden, Samuel
CiS Projekt
Merge requests
!20
Main
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Main
bax9187/projekt-cis-biochemie-2021-22:main
into
main
Overview
0
Commits
7
Pipelines
0
Changes
1
Merged
Ehlers, Katja
requested to merge
bax9187/projekt-cis-biochemie-2021-22:main
into
main
3 years ago
Overview
0
Commits
7
Pipelines
0
Changes
1
0
0
Merge request reports
Viewing commit
c359db36
Prev
Next
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
c359db36
a
· c359db36
Katja
authored
3 years ago
assets/cn.js
+
2
−
2
View file @ c359db36
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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
=
[
"
c
itation
"
,
"
s
elf-
c
itation
"
],
group_names
=
[
"
c
ited
b
y
"
,
"
i
nput
"
,
"
r
eference
"
],
arrow_group_names
=
[
"
C
itation
"
,
"
S
elf-
C
itation
"
],
group_names
=
[
"
C
ited
B
y
"
,
"
I
nput
"
,
"
R
eference
"
],
line_type
=
d3
.
scaleOrdinal
()
.
domain
([
"
line
"
,
"
dotted
"
])
.
range
([(
"
8,0
"
),(
"
8,8
"
)]),
Loading