mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-08 07:03:23 -06:00
Add cast to string to fix chart. [skip ci]
This commit is contained in:
parent
bea06a06a1
commit
06cfc391a1
1
public/js/ff/charts.defaults.js
vendored
1
public/js/ff/charts.defaults.js
vendored
@ -31,6 +31,7 @@
|
||||
*/
|
||||
function formatLabel(str, maxwidth) {
|
||||
var sections = [];
|
||||
str = String(str);
|
||||
var words = str.split(" ");
|
||||
var temp = "";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user