Fix the colors in the satisfaction graph
I forgot to change it after I switched to an enum in the previous PR and changed the values order
This commit is contained in:
parent
d47e448442
commit
b535f7ce3b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
.chart-container
|
||||
.chart
|
||||
= line_chart @satisfaction_usagers,
|
||||
colors: ["#F28900", "rgba(161, 0, 5, 0.9)", "#15AD70"]
|
||||
colors: ["#15AD70", "#F28900", "rgba(161, 0, 5, 0.9)"]
|
||||
|
||||
.stat-card.stat-card-half.pull-left
|
||||
%span.stat-card-title
|
||||
|
|
Loading…
Reference in a new issue