setTitle('Statistiques commandes clients') ; $this->addBreadcrumb('Statistiques commandes clients') ; ?> 'line', 'options' => [ 'height' => 400, 'width' => 1100 ], 'clientOptions' => [ 'scales' => [ 'yAxes' => [[ 'ticks' => [ 'beginAtZero' => true ] ]], ], ], 'data' => [ 'labels' => $dataLabels, 'datasets' => [ [ 'label' => 'Nombre de commandes clients', 'backgroundColor' => "rgb(255,127,0,0.5)", 'borderColor' => "rgb(255,127,0,1)", 'pointBackgroundColor' => "rgb(255,127,0,1)", 'pointStrokeColor' => "#fff", 'data' => $data ] ] ] ]); ?>