all charts updated

This commit is contained in:
dhanabalan
2025-04-23 20:54:25 +05:30
parent 5425970fc2
commit 6c119778c6
5 changed files with 245 additions and 17 deletions

View File

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