mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 04:03:26 +00:00
Big refactor to remove the deprecated transaction collector.
This commit is contained in:
@@ -121,7 +121,7 @@ class ChartJsGenerator implements GeneratorInterface
|
||||
$labels = \is_array($first['entries']) ? array_keys($first['entries']) : [];
|
||||
|
||||
$chartData = [
|
||||
'count' => \count($data),
|
||||
'count' => count($data),
|
||||
'labels' => $labels, // take ALL labels from the first set.
|
||||
'datasets' => [],
|
||||
];
|
||||
|
Reference in New Issue
Block a user