Hi,
Hi @Priya70
This behaviour, where a search completes but the panel fails to render and the progress bar stays at 0%, often indicates a client-side rendering issue or a problem with the data format or volume being passed to the visualization component in the browser.
Here are steps to troubleshoot:
🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing
Do you have any base searches? Are any of the panels driven by saved searches?
If the search returns a large dataset or the panel uses a complex visualization rendering might silently fail or else Memory or CPU limitations in the browser can cause rendering to hang, especially with multiple panels loading simultaneously.
If multiple panels use similar base searches, consider using a base search with postProcess to reduce load.
Can you please paste your dashboard XML to identify the issue? I’ll take a look..