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
pmall
app_OP
Commits
042f116a
Commit
042f116a
authored
Nov 30, 2020
by
Samuël Weber
Browse files
fix display empty OP in species repartition graph
parent
63178c72
Changes
1
Show whitespace changes
Inline
Side-by-side
apps/app_results.py
View file @
042f116a
...
@@ -1521,7 +1521,7 @@ def update_specie_repartition_graph(stations):
...
@@ -1521,7 +1521,7 @@ def update_specie_repartition_graph(stations):
"title"
:
"%"
,
"title"
:
"%"
,
},
},
xaxis
=
{
'categoryorder'
:
'array'
,
xaxis
=
{
'categoryorder'
:
'array'
,
'categoryarray'
:
SPECIES_ORDER
},
'categoryarray'
:
SPECIES_ORDER
_WO_OP
},
barmode
=
'stack'
,
barmode
=
'stack'
,
legend
=
dict
(
x
=
0
,
y
=
1.17
,
orientation
=
"h"
)
legend
=
dict
(
x
=
0
,
y
=
1.17
,
orientation
=
"h"
)
)
)
...
...
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