mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-19 02:52:44 +00:00
First reports.
This commit is contained in:
7
public/assets/javascript/firefly/reports.js
Normal file
7
public/assets/javascript/firefly/reports.js
Normal file
@@ -0,0 +1,7 @@
|
||||
google.setOnLoadCallback(drawChart);
|
||||
|
||||
|
||||
function drawChart() {
|
||||
googleColumnChart('chart/reports/income-expenses/' + year, 'income-expenses-chart');
|
||||
googleColumnChart('chart/reports/income-expenses-sum/' + year, 'income-expenses-sum-chart')
|
||||
}
|
Reference in New Issue
Block a user