mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix #2776
This commit is contained in:
3
public/v1/js/ff/accounts/show.js
vendored
3
public/v1/js/ff/accounts/show.js
vendored
@@ -33,7 +33,8 @@ var fixHelper = function (e, tr) {
|
||||
|
||||
$(function () {
|
||||
"use strict";
|
||||
lineChart(chartUri, 'overview-chart');
|
||||
//lineChart(chartUri, 'overview-chart');
|
||||
lineNoStartZeroChart(chartUri, 'overview-chart');
|
||||
if (!showAll) {
|
||||
multiCurrencyPieChart(incomeCategoryUri, 'account-cat-in');
|
||||
multiCurrencyPieChart(expenseCategoryUri, 'account-cat-out');
|
||||
|
Reference in New Issue
Block a user