mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-16 03:20:53 +02:00
delay the first chart init at the end of the loop to avoid too many animations happening at once
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user