[Fix #264] Add the mean instruction time graph to Stats
This commit is contained in:
parent
ed7ba60cf0
commit
faa547e891
3 changed files with 101 additions and 0 deletions
|
@ -64,4 +64,13 @@
|
|||
%span.big-number-card-number
|
||||
= number_with_delimiter(@dossiers_count)
|
||||
|
||||
.stat-card.stat-card-half.pull-left
|
||||
%span.stat-card-title Temps de traitement moyen d'un dossier
|
||||
|
||||
.chart-container
|
||||
.chart
|
||||
= line_chart @dossier_instruction_mean_time,
|
||||
:ytitle => "Jours",
|
||||
:colors => ["rgba(61, 149, 236, 1)"]
|
||||
|
||||
.clearfix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue