delay the first chart init at the end of the loop to avoid too many animations happening at once

This commit is contained in:
Gani Georgiev
2026-07-29 21:55:39 +03:00
parent 8ec80c9828
commit 17628e554c
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -71,6 +71,7 @@ export function logsChart(logsSettings) {
initChart(el, [timestamps, totals], logsSettings);
} catch (err) {
if (!err?.isAbort) {
clearTimeout(placeloderChartTimeoutId);
logsSettings.isChartLoading = false;
// only log to avoid showing multiple errors with the logs listing
// app.checkApiError(err)