Fixed category chart [skip ci]

This commit is contained in:
James Cole
2015-06-27 11:46:14 +02:00
parent 9028ad36ad
commit 368b183230

View File

@@ -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();
} }
} }