diff --git a/app/Filament/Widgets/CumulativeChart.php b/app/Filament/Widgets/CumulativeChart.php index 091518b..d85f309 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,