Przeglądaj źródła

Couleur courbe statistiques + adaptation breadcrumpb

refactoring
Guillaume Bourgeois 5 lat temu
rodzic
commit
c283885c40
1 zmienionych plików z 4 dodań i 4 usunięć
  1. +4
    -4
      backend/views/stats/index.php

+ 4
- 4
backend/views/stats/index.php Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz