Rebuild frontend

This commit is contained in:
James Cole
2023-08-29 07:34:41 +02:00
parent 0d8b2ae799
commit cdd4dc6065
6 changed files with 23 additions and 23 deletions

View File

@@ -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

View File

@@ -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,

View File

@@ -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(),