How to update the image without refreshing the tab

Hi,
I would like to display an image in a dashboard. After every 1 minute, I would like to replace the exisitng image with the new image without pressing the refresh button.

I have tried the below solution however this expects us to refresh the page.

is there any work around?

Hello @Veeresh,

Welcome to the community!

It sounds like you could use the intervals to perform this task:

Your callback would just have to update your image.

1 Like

It worked. Thanks a lot for your help :slight_smile:

1 Like