diff --git a/app/Services/Chart/ChartService.php b/app/Services/Chart/ChartService.php index e69f513f84d0..3378c998aeec 100644 --- a/app/Services/Chart/ChartService.php +++ b/app/Services/Chart/ChartService.php @@ -98,6 +98,7 @@ class ChartService $data = []; $data['currencies'] = $this->getCurrencyCodes(); + $data['start_date'] = $start_date; $data['end_date'] = $end_date;