mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
Building report from issue #386
This commit is contained in:
@@ -15,7 +15,7 @@ var fixHelper = function (e, tr) {
|
||||
|
||||
$(function () {
|
||||
"use strict";
|
||||
lineChart('chart/account/' + accountID, 'overview-chart');
|
||||
lineChart('chart/account/' + accountID, 'overview-chart');
|
||||
pieChart(incomeByCategoryUri, 'account-cat-in');
|
||||
pieChart(expenseByCategoryUri, 'account-cat-out');
|
||||
pieChart(expenseByBudgetUri, 'account-budget-out');
|
||||
|
||||
Reference in New Issue
Block a user