Restore chart #1292

This commit is contained in:
James Cole
2018-03-25 20:52:21 +02:00
parent d5ef5ee5a7
commit 5f08790f12
3 changed files with 11 additions and 6 deletions

View File

@@ -33,8 +33,8 @@ var fixHelper = function (e, tr) {
$(function () {
"use strict";
lineChart(chartUri, 'overview-chart');
if (!showAll) {
lineChart(chartUri, 'overview-chart');
pieChart(incomeCategoryUri, 'account-cat-in');
pieChart(expenseCategoryUri, 'account-cat-out');
pieChart(expenseBudgetUri, 'account-budget-out');