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
30699889
Commit
30699889
authored
Mar 06, 2015
by
Marc Duez
Browse files
export.js : hide bar plot
parent
a1502006
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/export.js
View file @
30699889
...
...
@@ -265,7 +265,7 @@ Report.prototype = {
if
(
typeof
time
!=
"
undefined
"
)
m
.
changeTime
(
time
)
m
.
changeGermline
(
system
)
sp
.
changeSplitMethod
(
'
gene_v
'
,
'
gene_j
'
)
sp
.
changeSplitMethod
(
'
gene_v
'
,
'
gene_j
'
,
'
plot
'
)
//resize 791px ~> 21cm
sp
.
resize
(
791
,
250
)
...
...
@@ -289,6 +289,10 @@ Report.prototype = {
circle
.
parentNode
.
removeChild
(
circle
);
}
}
var
bar_container
=
svg_sp
.
querySelectorAll
(
'
[id="
'
+
sp
.
id
+
'
_bar_container"]
'
)[
0
]
bar_container
.
parentNode
.
removeChild
(
bar_container
);
w_sp
.
append
(
svg_sp
)
sp
.
resize
();
...
...
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