mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 03:51:18 +00:00
First attempt to make the year charts and month reports report the same thing [skip ci]
This commit is contained in:
@@ -47,7 +47,6 @@ class GoogleChartController extends BaseController
|
||||
$this->_chart->addColumn('Day of month', 'date');
|
||||
$this->_chart->addColumn('Balance for ' . $account->name, 'number');
|
||||
|
||||
// TODO this can be combined in some method, it's coming up quite often, is it?
|
||||
$start = $this->_start;
|
||||
$end = $this->_end;
|
||||
$count = $account->transactions()->count();
|
||||
@@ -62,7 +61,6 @@ class GoogleChartController extends BaseController
|
||||
$start = new Carbon($first->date);
|
||||
$end = new Carbon($last->date);
|
||||
}
|
||||
// todo until this part.
|
||||
|
||||
$current = clone $start;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user