homogeneise les couleurs utilisées pour les stats
This commit is contained in:
parent
93ba0cc038
commit
1c564bb744
1 changed files with 1 additions and 2 deletions
|
@ -33,10 +33,9 @@
|
|||
.stat-card-details depuis le lancement de la procédure
|
||||
.chart-container
|
||||
.chart
|
||||
- colors = %w(#C3D9FF #0069CC #1C7EC9) # from _colors.scss
|
||||
= pie_chart @termines_states,
|
||||
code: true,
|
||||
colors: colors,
|
||||
colors: %w(#387EC3 #AE2C2B #FAD859),
|
||||
label: 'Taux',
|
||||
suffix: '%',
|
||||
library: { plotOptions: { pie: { dataLabels: { enabled: true, format: '{point.name} : {point.percentage: .1f}%' } } } }
|
||||
|
|
Loading…
Add table
Reference in a new issue