mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
First render of new budget charts.
This commit is contained in:
@@ -22,9 +22,8 @@ function drawChart() {
|
||||
// in a loop
|
||||
$.each($('.budget_year_chart'), function (i, v) {
|
||||
var holder = $(v);
|
||||
var id = holder.id;
|
||||
var id = holder.attr('id');
|
||||
var budgetId = holder.data('budget');
|
||||
console.log('now at ' + id);
|
||||
columnChart('chart/budget/period/' + budgetId + '/' + reportType + '/' + startDate + '/' + endDate + '/' + accountIds, id);
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user