Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Maintenance - Mise à jour mensuelle Lundi 6 Février entre 7h00 et 9h00
Open sidebar
genotoul-bioinfo
D-GENIES
Commits
c945df1b
Commit
c945df1b
authored
May 31, 2018
by
Floreal Cabanettes
Browse files
Improve syntax
parent
48e0a308
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dgenies/static/js/d3.boxplot.js
View file @
c945df1b
...
...
@@ -717,7 +717,7 @@ d3.boxplot.__draw_idy_lines = function (idy, lines, x_len, y_len) {
d3
.
boxplot
.
switch_color_theme
=
function
()
{
if
(
!
d3
.
boxplot
.
all_disabled
)
{
let
current_theme
=
d3
.
boxplot
.
color_idy_theme
;
let
idx
=
d3
.
boxplot
.
color_idy_themes
.
indexOf
(
current_theme
)
let
idx
=
d3
.
boxplot
.
color_idy_themes
.
indexOf
(
current_theme
)
;
if
(
idx
<
d3
.
boxplot
.
color_idy_themes
.
length
-
1
)
{
idx
++
;
}
...
...
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