[Fix #264] Add the mean filling time graph to Stats

This commit is contained in:
gregoirenovel 2017-05-26 17:27:23 +02:00
parent faa547e891
commit 711f21c458
3 changed files with 109 additions and 0 deletions

View file

@ -73,4 +73,13 @@
:ytitle => "Jours",
:colors => ["rgba(61, 149, 236, 1)"]
.stat-card.stat-card-half.pull-left
%span.stat-card-title Temps de remplissage moyen d'un dossier
.chart-container
.chart
= line_chart @dossier_filling_mean_time,
:ytitle => "Minutes",
:colors => ["rgba(61, 149, 236, 1)"]
.clearfix