[Fix #264] Add the mean filling time graph to Stats
This commit is contained in:
parent
faa547e891
commit
711f21c458
3 changed files with 109 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue