ajoute legende à la stat

This commit is contained in:
Christophe Robillard 2021-06-08 14:47:36 +02:00
parent 45ffae9eb3
commit 98f0eb5ba9

View file

@ -19,15 +19,15 @@
.chart-container .chart-container
.chart .chart
- colors = %w(#C3D9FF #0069CC #1C7EC9) # from _colors.scss - colors = %w(#C3D9FF #0069CC #1C7EC9) # from _colors.scss
= column_chart @usual_traitement_time_by_month, ytitle: "Nb Jours" = column_chart @usual_traitement_time_by_month, ytitle: "Nb Jours", legend: "bottom", label: "Temps de traitement entre le passage en instruction et la réponse (accepté, refusé, ou classé sans suite) pour 90% des dossiers"
.stat-cards
.stat-card.stat-card-half.pull-left .stat-card.stat-card-half.pull-left
%span.stat-card-title AVANCÉE DES DOSSIERS %span.stat-card-title AVANCÉE DES DOSSIERS
.chart-container .chart-container
.chart .chart
= area_chart @dossiers_funnel = area_chart @dossiers_funnel
.stat-cards
.stat-card.stat-card-half.pull-left .stat-card.stat-card-half.pull-left
%span.stat-card-title TAUX DACCEPTATION %span.stat-card-title TAUX DACCEPTATION
.chart-container .chart-container
@ -35,9 +35,8 @@
- colors = %w(#C3D9FF #0069CC #1C7EC9) # from _colors.scss - colors = %w(#C3D9FF #0069CC #1C7EC9) # from _colors.scss
= pie_chart @termines_states, colors: colors = pie_chart @termines_states, colors: colors
.stat-cards .stat-card.stat-card-half.pull-left
.stat-card.stat-card-half.pull-left %span.stat-card-title RÉPARTITION PAR SEMAINE
%span.stat-card-title RÉPARTITION PAR SEMAINE .chart-container
.chart-container .chart
.chart = line_chart @termines_by_week, colors: ["#387EC3", "#AE2C2B", "#FAD859"]
= line_chart @termines_by_week, colors: ["#387EC3", "#AE2C2B", "#FAD859"]