I want to show message like "loading graph" while plotting is in progress.
How do I achieve this?
I want to show message like "loading graph" while plotting is in progress.
How do I achieve this?
You can use shinycssloaders library for 8 different types of loaders. I had found this as more stable and easier to implement package.
library(shinycssloaders)
shinycssloaders::withSpinner(plotlyOutput("plot"), type=2)
Package : https://cran.r-project.org/web/packages/shinycssloaders/index.html