Budget chart.

This commit is contained in:
James Cole
2016-12-23 18:34:58 +01:00
parent 017b1a481a
commit cea170359f
4 changed files with 55 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ function drawChart() {
"use strict";
// month view:
stackedColumnChart(mainUri, 'in-out-chart');
doubleYNonStackedChart(mainUri, 'in-out-chart');
// draw pie chart of income, depending on "show other transactions too":
redrawPieChart('budgets-out-pie-chart', budgetExpenseUri);