Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
d4fce2b0
Commit
d4fce2b0
authored
Nov 27, 2019
by
marc
Committed by
marc duez
Jan 24, 2020
Browse files
model.js : d3 scale.log function has been renamed in v5
parent
338b3d51
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/model.js
View file @
d4fce2b0
...
...
@@ -846,7 +846,7 @@ changeAlleleNotation: function(alleleNotation) {
// 1/0 == infinity
this
.
precision
=
(
1
/
this
.
min_size
)
*
2
this
.
scale_color
=
d3
.
scale
.
l
og
()
this
.
scale_color
=
d3
.
scale
L
og
()
.
domain
([
1
,
this
.
precision
])
.
range
([
250
,
0
]);
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment