added message for cumulative chart
This commit is contained in:
@@ -69,8 +69,8 @@ class CumulativeChart extends ChartWidget
|
|||||||
[
|
[
|
||||||
'label' => match ($activeFilter) {
|
'label' => match ($activeFilter) {
|
||||||
'yesterday' => "Production Quantity (Yesterday)",
|
'yesterday' => "Production Quantity (Yesterday)",
|
||||||
'this_week' => "Weekly Production This Month",
|
'this_week' => "Daily Production This Week",
|
||||||
'this_month' => "Yesterday's Hourly Production",
|
'this_month' => "Weekly Production This Month",
|
||||||
default => "Today's Production",
|
default => "Today's Production",
|
||||||
},
|
},
|
||||||
'data' => $data,
|
'data' => $data,
|
||||||
|
|||||||
Reference in New Issue
Block a user