add graph info

This commit is contained in:
Simon Vieille 2020-03-22 19:18:27 +01:00
parent 035af4e72b
commit ce5a8f9eb7
Signed by: deblan
GPG Key ID: 03383D15A1D31745
1 changed files with 4 additions and 4 deletions

View File

@ -31,16 +31,16 @@ class MonitoringApiController extends AbstractController
$line2 = [
'label' => 'Maxium',
'data' => [],
'borderColor' => 'rgb(220, 220, 220)',
'backgroundColor' => 'rgb(220, 220, 220)',
'borderColor' => 'rgb(255, 200, 200)',
'backgroundColor' => 'rgb(255, 200, 200)',
'fill' => false,
];
$line3 = [
'label' => 'Minimum',
'data' => [],
'borderColor' => 'rgb(220, 220, 220)',
'backgroundColor' => 'rgb(220, 220, 220)',
'borderColor' => 'rgb(216, 234, 255)',
'backgroundColor' => 'rgb(216, 234, 255)',
'fill' => false,
];