mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 10:33:30 +00:00
Fixed category chart [skip ci]
This commit is contained in:
@@ -97,6 +97,8 @@ class GoogleCategoryChartGenerator implements CategoryChartGenerator
|
|||||||
foreach ($entries as $entry) {
|
foreach ($entries as $entry) {
|
||||||
$chart->addRowArray($entry);
|
$chart->addRowArray($entry);
|
||||||
}
|
}
|
||||||
|
$chart->generate();
|
||||||
|
return $chart->getData();
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user