added message for cumulative chart
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user