From f6aed1782bfca6740be89b8e93898222f398b531 Mon Sep 17 00:00:00 2001 From: Christophe Robillard Date: Thu, 12 Aug 2021 14:33:40 +0200 Subject: [PATCH] =?UTF-8?q?stats:=20pr=C3=A9cise=20l=C3=A9gende=20et=20p?= =?UTF-8?q?=C3=A9riodes=20consid=C3=A9r=C3=A9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/shared/procedures/_stats.html.haml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/shared/procedures/_stats.html.haml b/app/views/shared/procedures/_stats.html.haml index 6b81229b7..39fd55887 100644 --- a/app/views/shared/procedures/_stats.html.haml +++ b/app/views/shared/procedures/_stats.html.haml @@ -16,6 +16,7 @@ .stat-cards .stat-card.stat-card-half.pull-left %span.stat-card-title TEMPS DE TRAITEMENT + .stat-card-details depuis le lancement de la procédure .chart-container .chart - colors = %w(#C3D9FF #0069CC #1C7EC9) # from _colors.scss @@ -23,9 +24,10 @@ .stat-card.stat-card-half.pull-left %span.stat-card-title AVANCÉE DES DOSSIERS + .stat-card-details depuis le lancement de la procédure .chart-container .chart - = area_chart @dossiers_funnel + = area_chart @dossiers_funnel, ytitle: 'Nb dossiers', label: 'Nb dossiers' .stat-cards .stat-card.stat-card-half.pull-left