diff --git a/public/js/ff/reports/category/month.js b/public/js/ff/reports/category/month.js index e803ff3de7..b07941a944 100644 --- a/public/js/ff/reports/category/month.js +++ b/public/js/ff/reports/category/month.js @@ -45,9 +45,6 @@ function drawChart() { redrawPieChart(accountIncomeUri, 'accounts-in-pie-chart'); redrawPieChart(accountExpenseUri, 'accounts-out-pie-chart'); - stackedColumnChart(expenseAccountTimeUri, 'expense-time-chart'); - stackedColumnChart(revenueAccountTimeUri, 'revenue-time-chart'); - } function redrawPieChart(uri, container) {