updated logs chart

This commit is contained in:
Gani Georgiev
2023-12-09 16:31:17 +02:00
parent 5b6b4599b7
commit 646f90ef43
31 changed files with 44 additions and 38 deletions
+6
View File
@@ -54,6 +54,12 @@
});
totalLogs += item.total;
}
// add current time marker to the chart
chartData.push({
x: new Date(),
y: undefined,
});
})
.catch((err) => {
if (!err?.isAbort) {