From 411438d99d2282f95ea59824c68eb0b538f5eafc Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Fri, 25 Apr 2025 09:40:11 +0530 Subject: [PATCH] added message for cumulative chart --- app/Filament/Widgets/CumulativeChart.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Filament/Widgets/CumulativeChart.php b/app/Filament/Widgets/CumulativeChart.php index 091518b4f..d85f30929 100644 --- a/app/Filament/Widgets/CumulativeChart.php +++ b/app/Filament/Widgets/CumulativeChart.php @@ -69,8 +69,8 @@ class CumulativeChart extends ChartWidget [ 'label' => match ($activeFilter) { 'yesterday' => "Production Quantity (Yesterday)", - 'this_week' => "Weekly Production This Month", - 'this_month' => "Yesterday's Hourly Production", + 'this_week' => "Daily Production This Week", + 'this_month' => "Weekly Production This Month", default => "Today's Production", }, 'data' => $data,