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

View file

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