update light lines border

This commit is contained in:
Simon Vieille 2020-11-29 17:54:25 +01:00
parent 14f28310a1
commit 758dfc962b
Signed by: deblan
GPG key ID: 03383D15A1D31745

View file

@ -54,6 +54,7 @@ class MonitoringApiController extends AbstractController
'borderColor' => 'rgb(230, 217, 149)',
'backgroundColor' => 'rgb(230, 217, 149)',
'pointRadius' => 0,
'borderWidth' => 5,
'fill' => true,
];
@ -63,6 +64,7 @@ class MonitoringApiController extends AbstractController
'borderColor' => 'rgb(94, 94, 94)',
'backgroundColor' => 'rgb(94, 94, 94)',
'pointRadius' => 0,
'borderWidth' => 5,
'fill' => true,
];
@ -131,6 +133,7 @@ class MonitoringApiController extends AbstractController
'borderColor' => 'rgb(230, 217, 149)',
'backgroundColor' => 'rgb(230, 217, 149)',
'pointRadius' => 0,
'borderWidth' => 5,
'fill' => true,
];
@ -140,6 +143,7 @@ class MonitoringApiController extends AbstractController
'borderColor' => 'rgb(94, 94, 94)',
'backgroundColor' => 'rgb(94, 94, 94)',
'pointRadius' => 0,
'borderWidth' => 5,
'fill' => true,
];