all charts updated
This commit is contained in:
@@ -11,11 +11,13 @@ class CumulativeChart extends ChartWidget
|
||||
|
||||
protected $listeners = ['cumulativeChart'];
|
||||
|
||||
protected static ?string $maxHeight = '350px';
|
||||
|
||||
|
||||
protected int|string|array $columnSpan = 12;
|
||||
protected function getData(): array
|
||||
{
|
||||
$selectedPlant = session('selected_plant') ?? session('select_plant');
|
||||
$selectedPlant = session('selected_plant');
|
||||
$activeFilter = $this->filter;
|
||||
|
||||
// Define date range based on filter
|
||||
|
||||
Reference in New Issue
Block a user