mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-15 22:28:14 +00:00
Fix budget overview for #2593
This commit is contained in:
1
public/v1/js/ff/charts.defaults.js
vendored
1
public/v1/js/ff/charts.defaults.js
vendored
@@ -97,6 +97,7 @@ var defaultChartOptions = {
|
||||
ticks: {
|
||||
callback: function (tickValue) {
|
||||
"use strict";
|
||||
// use first symbol or null:
|
||||
return accounting.formatMoney(tickValue);
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user