How to avoid UI blinking/flickering/refresh in shiny dashboard

I have a shiny anlytics dashboard which shows basic plots and tables and it fetches the data from database every 10000 millis as specified in the invalidatelater function. The issue is my screen tables and plots blinks everytime it auto refresh. I was expecting a smooth data visualization without any blinkings.

If below is the work around, where should i keep that CSS in my shiny dashboard application, I tried adding above the "output" mentioned under my UI function, but it didn't worked for me

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.