Fix budget overview for #2593

This commit is contained in:
James Cole
2019-09-15 06:56:20 +02:00
parent 8776d47545
commit 18399a9b05
7 changed files with 169 additions and 59 deletions

View File

@@ -97,6 +97,7 @@ var defaultChartOptions = {
ticks: {
callback: function (tickValue) {
"use strict";
// use first symbol or null:
return accounting.formatMoney(tickValue);
},