Open FreyGeospatial opened 2 years ago
When creating a shiny app, I want a visual to show that my widgets are loading. I use shinycssloaders::withSpinner(),. but this does not work with wordcloud2Output(); the spinner does not appear while the visual is loading.
shinycssloaders::withSpinner()
wordcloud2Output()
When creating a shiny app, I want a visual to show that my widgets are loading. I use
shinycssloaders::withSpinner()
,. but this does not work withwordcloud2Output()
; the spinner does not appear while the visual is loading.