|
|
@@ -39,7 +39,7 @@ termes. |
|
|
|
use dosamigos\chartjs\ChartJs; |
|
|
|
|
|
|
|
$this->setTitle('Statistiques <small>Chiffre d\'affaire</small>') ; |
|
|
|
$this->addBreadcrumb($this->getTitle()) ; |
|
|
|
$this->addBreadcrumb('Statistiques (chiffre d\'affaire)') ; |
|
|
|
|
|
|
|
?> |
|
|
|
|
|
|
@@ -54,9 +54,9 @@ $this->addBreadcrumb($this->getTitle()) ; |
|
|
|
'datasets' => [ |
|
|
|
[ |
|
|
|
'label' => 'Recettes commandes', |
|
|
|
'backgroundColor' => "rgb(187,135,87,0.5)", |
|
|
|
'borderColor' => "rgb(187,135,87,1)", |
|
|
|
'pointBackgroundColor' => "rgb(187,135,87,1)", |
|
|
|
'backgroundColor' => "rgb(255,127,0,0.5)", |
|
|
|
'borderColor' => "rgb(255,127,0,1)", |
|
|
|
'pointBackgroundColor' => "rgb(255,127,0,1)", |
|
|
|
'pointStrokeColor' => "#fff", |
|
|
|
'data' => $data |
|
|
|
] |