added message for cumulative chart

This commit is contained in:
dhanabalan
2025-04-25 09:40:11 +05:30
parent b2dc356aed
commit 411438d99d

View File

@@ -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,