mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 12:12:18 +00:00
First test for chartJS.
This commit is contained in:
@@ -71,8 +71,8 @@ class ChartJsAccountChartGenerator implements AccountChartGenerator
|
||||
$current->addDay();
|
||||
}
|
||||
$data['datasets'][] = $set;
|
||||
$data['count']++;
|
||||
}
|
||||
$data['count'] = count($data['datasets']);
|
||||
|
||||
return $data;
|
||||
}
|
||||
|
Reference in New Issue
Block a user