updated npm deps

This commit is contained in:
Gani Georgiev
2024-02-02 17:32:42 +02:00
parent 8402938191
commit fa8e3d83b5
36 changed files with 498 additions and 488 deletions

View File

@@ -47,6 +47,8 @@
.then((result) => {
resetData();
result = CommonHelper.toArray(result);
for (let item of result) {
chartData.push({
x: new Date(item.date),