diff --git a/dashboard/public/index.html b/dashboard/public/index.html
index 788ae20..cbc1ded 100644
--- a/dashboard/public/index.html
+++ b/dashboard/public/index.html
@@ -754,7 +754,7 @@
}, 800);
} else if (x && y && time) {
// Auto-generate report even without ISIN filters
- setTimeout(() => renderAnalyticsReport(), 800);
+ setTimeout(() => renderAnalyticsReport(), 1000);
}
}