attempt chart component
This commit is contained in:
parent
6025a9890a
commit
80aae6f09b
7 changed files with 1253 additions and 31 deletions
|
|
@ -1710,7 +1710,6 @@ class DataUtils {
|
|||
acc[snakeKey] = value;
|
||||
return acc;
|
||||
}, {});
|
||||
console.log("DEBUG: toSnakeCaseObject -> newObj", newObj);
|
||||
return newObj;
|
||||
}
|
||||
|
||||
|
|
@ -1730,7 +1729,6 @@ class DataUtils {
|
|||
acc[camelKey] = value;
|
||||
return acc;
|
||||
}, {});
|
||||
console.log("DEBUG: toCamelCaseObject -> newObj", newObj);
|
||||
return newObj;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue