From 80ea4bbdd2d7a1849e7fa041f151048536408acf Mon Sep 17 00:00:00 2001 From: Lucas Silva Date: Tue, 16 May 2023 10:33:01 +0200 Subject: [PATCH] dump --- src/Bundle/ChillMainBundle/Widget/Widgets/WidgetNumber.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Bundle/ChillMainBundle/Widget/Widgets/WidgetNumber.php b/src/Bundle/ChillMainBundle/Widget/Widgets/WidgetNumber.php index ad2f1566e..8a50e92c7 100644 --- a/src/Bundle/ChillMainBundle/Widget/Widgets/WidgetNumber.php +++ b/src/Bundle/ChillMainBundle/Widget/Widgets/WidgetNumber.php @@ -73,7 +73,6 @@ class WidgetNumber implements WidgetHandlerInterface 'labels' => ['notification(s) envoyée(s)'], 'datasets' => [ [ - 'backgroundColor' => ['#41B883'], 'data' => [$countSend] ] ] @@ -87,7 +86,6 @@ class WidgetNumber implements WidgetHandlerInterface 'labels' => ['notification(s) non lue(s)'], 'datasets' => [ [ - 'backgroundColor' => ['#41B883'], 'data' => [$countUnread] ] ]