Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
jvenn
Commits
bceb640d
Commit
bceb640d
authored
Jun 25, 2014
by
Philippe Bardou
Browse files
Small display bug
parent
7f04a443
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/jvenn.js
View file @
bceb640d
...
...
@@ -582,6 +582,7 @@
context
.
fillText
(
data
[
i
],
barwidth
+
65
+
i
*
barwidth
+
i
*
xspacer
,
ymargin
+
h
-
dataplot
[
i
]
+
15
);
}
else
{
context
.
textAlign
=
'
right
'
;
context
.
fillText
(
data
[
i
],
barwidth
+
65
+
i
*
barwidth
+
i
*
xspacer
,
ymargin
+
h
-
dataplot
[
i
]
-
10
);
}
if
(
i
%
2
&&
vennSize
>
2
)
{
ytext
=
ymargin
+
h
+
25
;
}
...
...
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