Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
7ec399c4
Commit
7ec399c4
authored
Mar 01, 2017
by
Mathieu Giraud
Browse files
scatterPlot.js: display NOT_QUANTIFIABLE_SIZE clones with some radius
parent
d44c0371
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/scatterPlot.js
View file @
7ec399c4
...
...
@@ -1411,6 +1411,9 @@ ScatterPlot.prototype = {
if
(
otherSize
>
size
)
size
=
otherSize
}
if
(
size
==
Clone
.
prototype
.
NOT_QUANTIFIABLE_SIZE
)
size
=
0.1
this
.
nodes
[
cloneID
].
s
=
size
this
.
nodes
[
cloneID
].
r1
=
this
.
radiusClone
(
size
)
},
...
...
Mikaël Salson
@mikael-s
mentioned in issue
#3956
·
Jul 23, 2019
mentioned in issue
#3956
mentioned in issue #3956
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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