Shiny App Content Loading

Hello!

I am working on a Shiny app that displays a few ggplots and tables. I have noticed that the tables load faster than the plots. Is there a way to synchronize the content loading so that the plots and tables all load at the same time?

Thanks!

I do not believe there is a config setting for this.

As information is received by the browser it is displayed.

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