mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
Some more work done. Mainly accounts. [skip ci]
This commit is contained in:
@@ -197,6 +197,7 @@ $(function () {
|
||||
bar: {
|
||||
dataLabels: {
|
||||
enabled: true,
|
||||
formatter: function() {return '€ ' + Highcharts.numberFormat(this.y,2);}
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -215,24 +216,6 @@ $(function () {
|
||||
enabled: false
|
||||
},
|
||||
series: data.series
|
||||
// [
|
||||
// {
|
||||
// name: 'Budget in X',
|
||||
// data: [107, 31, 635, 203, 2]
|
||||
// },
|
||||
// {
|
||||
// name: 'Expense in X',
|
||||
// data: [107, 31, 635, 203, 2]
|
||||
// },
|
||||
// {
|
||||
// name: 'Budget now',
|
||||
// data: [133, 156, 947, 408, 6]
|
||||
// },
|
||||
// {
|
||||
// name: 'Expense now',
|
||||
// data: [973, 914, 454, 732, 34]
|
||||
// }
|
||||
// ]
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user