This commit is contained in:
Lucas Silva 2023-05-16 10:33:01 +02:00
parent 801c693ef9
commit 80ea4bbdd2

View File

@ -73,7 +73,6 @@ class WidgetNumber implements WidgetHandlerInterface
'labels' => ['notification(s) envoyée(s)'], 'labels' => ['notification(s) envoyée(s)'],
'datasets' => [ 'datasets' => [
[ [
'backgroundColor' => ['#41B883'],
'data' => [$countSend] 'data' => [$countSend]
] ]
] ]
@ -87,7 +86,6 @@ class WidgetNumber implements WidgetHandlerInterface
'labels' => ['notification(s) non lue(s)'], 'labels' => ['notification(s) non lue(s)'],
'datasets' => [ 'datasets' => [
[ [
'backgroundColor' => ['#41B883'],
'data' => [$countUnread] 'data' => [$countUnread]
] ]
] ]