瀏覽代碼

Couleur courbe statistiques + adaptation breadcrumpb

refactoring
Guillaume Bourgeois 5 年之前
父節點
當前提交
c283885c40
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. +4
    -4
      backend/views/stats/index.php

+ 4
- 4
backend/views/stats/index.php 查看文件

@@ -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…
取消
儲存