mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Rebuild frontend
This commit is contained in:
@@ -224,7 +224,7 @@ export default () => ({
|
||||
native_balance: formatMoney(parent.attributes.native_current_balance, parent.attributes.native_code),
|
||||
groups: groups,
|
||||
});
|
||||
console.log(parent.attributes);
|
||||
// console.log(parent.attributes);
|
||||
count++;
|
||||
if (count === totalAccounts) {
|
||||
accounts.sort((a, b) => a.order - b.order); // b - a for reverse sort
|
||||
|
@@ -105,7 +105,7 @@ export default () => ({
|
||||
// loop the series and create ChartJS-compatible data sets.
|
||||
let count = 0;
|
||||
for (const i in series) {
|
||||
console.log('series');
|
||||
// console.log('series');
|
||||
let yAxisID = 'y' + i;
|
||||
let dataset = {
|
||||
label: i,
|
||||
|
@@ -95,7 +95,7 @@ function getColors(type, field) {
|
||||
case 'overspent':
|
||||
background = new Color(red.rgbString());
|
||||
background.lighten(0.22);
|
||||
console.log('#ffb1c1 vs ' + background.hexString());
|
||||
// console.log('#ffb1c1 vs ' + background.hexString());
|
||||
colors = {
|
||||
borderColor: red.rgbString(),
|
||||
backgroundColor: background.rgbString(),
|
||||
|
Reference in New Issue
Block a user