mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Experimental chart [skip ci]
This commit is contained in:
parent
0a7a691c95
commit
aca2973aef
@ -184,7 +184,9 @@ class GoogleChartController extends Controller
|
||||
$allEntries->push(['(no budget)', 0, 0, $noBudgetExpenses]);
|
||||
|
||||
foreach ($allEntries as $entry) {
|
||||
if ($entry[1] != 0 || $entry[2] != 0 || $entry[3] != 0) {
|
||||
$chart->addRow($entry[0], $entry[1], $entry[2], $entry[3]);
|
||||
}
|
||||
// if ($entry[2] > 0) {
|
||||
// $left = $entry[1] - $entry[2];
|
||||
// if ($left > 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user