mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 22:58:09 +00:00
Included first multi-year chart.
This commit is contained in:
@@ -12,4 +12,15 @@ $(function () {
|
||||
function drawChart() {
|
||||
"use strict";
|
||||
|
||||
// income and expense over multi year:
|
||||
columnChart('chart/report/in-out/' + reportType + '/' + startDate + '/' + endDate + '/' + accountIds, 'income-expenses-chart');
|
||||
columnChart('chart/report/in-out-sum/' + reportType + '/' + startDate + '/' + endDate + '/' + accountIds, 'income-expenses-sum-chart');
|
||||
|
||||
|
||||
$.each($('.account-chart'), function(i,v) {
|
||||
var holder = $(v);
|
||||
console.log(holder.data('id'));
|
||||
});
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user