mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
Implemented some more charts.
This commit is contained in:
@@ -101,7 +101,6 @@ class ChartJsAccountChartGenerator implements AccountChartGenerator
|
||||
];
|
||||
|
||||
$current = clone $start;
|
||||
$today = new Carbon;
|
||||
|
||||
while ($end >= $current) {
|
||||
$data['labels'][] = $current->formatLocalized($format);
|
||||
|
||||
Reference in New Issue
Block a user