diff --git a/inst/shinyApp/components/modules/mod_tracking.R b/inst/shinyApp/components/modules/mod_tracking.R index faf7bae..088ccea 100644 --- a/inst/shinyApp/components/modules/mod_tracking.R +++ b/inst/shinyApp/components/modules/mod_tracking.R @@ -58,7 +58,7 @@ tracking_ui <- function(id) { downloadButton(ns("download"),"Download Plot", style = "background: #B8B8B8; color: black;") ), fluidRow( - withSpinner(plotOutput(ns("fig"), width = "80%"))#, + plotOutput(ns("fig"), width = "80%")#, # imageOutput(ns("gif"), width = "80%") ) )