Browse Source

Couleur courbe statistiques + adaptation breadcrumpb

refactoring
Guillaume Bourgeois 5 years ago
parent
commit
c283885c40
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      backend/views/stats/index.php

+ 4
- 4
backend/views/stats/index.php View File

@@ -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
]

Loading…
Cancel
Save