mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-22 20:36:43 +00:00
7 lines
248 B
JavaScript
7 lines
248 B
JavaScript
![]() |
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')
|
||
|
}
|