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
18abab51
Commit
18abab51
authored
Sep 24, 2014
by
Marc Duez
Browse files
scatterplot.js : generate a position for all possible system
parent
18fe3b83
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/scatterPlot.js
View file @
18abab51
...
...
@@ -819,10 +819,9 @@ ScatterPlot.prototype = {
var
w
=
this
.
resizeW
*
0.2
//compute hidden position for unactivated germline (to avoid firework effect)
for
(
var
key
in
Object
.
keys
(
this
.
m
.
system_segmented
)){
var
system
=
this
.
m
.
system_selected
[
key
]
if
(
system
!=
this
.
m
.
germlineV
.
system
){
this
.
systemGrid
[
system
]
=
{
'
x
'
:
1
,
'
y
'
:
1
}
for
(
var
key
in
germline
.
icon
){
if
(
key
!=
this
.
m
.
germlineV
.
system
){
this
.
systemGrid
[
key
]
=
{
'
x
'
:
1
,
'
y
'
:
1
}
}
}
...
...
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