From 81dc1d1613786b2d76b4042d296ab4089d5fd3ec Mon Sep 17 00:00:00 2001 From: Dan Harrin Date: Mon, 31 Jul 2023 22:58:46 +0100 Subject: [PATCH] Update CustomersChart.php --- app/Filament/Widgets/CustomersChart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Filament/Widgets/CustomersChart.php b/app/Filament/Widgets/CustomersChart.php index fcd22cc99..716405c31 100644 --- a/app/Filament/Widgets/CustomersChart.php +++ b/app/Filament/Widgets/CustomersChart.php @@ -21,7 +21,7 @@ protected function getData(): array 'datasets' => [ [ 'label' => 'Customers', - 'data' => [4344, 5676, 6798, 7890, 8987, 9388, 10343, 10524, 13664, 14345, 15753], + 'data' => [4344, 5676, 6798, 7890, 8987, 9388, 10343, 10524, 13664, 14345, 15753, 17332], 'fill' => 'start', ], ],