FIXED NEW R SHINY SERVER ERROR

append plotly:: to config() calls

Something wrong in R Shiny Server namespace. New problem 8/19?
This commit is contained in:
Carlos R. Mercado 2022-08-19 12:23:07 -04:00
parent f8749471c7
commit f413aa1dbd

View File

@ -124,7 +124,7 @@ plot_eoa <- function(eoadh = eoa_daily_history, user_bar = NULL){
paper_bgcolor = "transparent",
legend = list(font = list(color = '#FFFFFF')),
hovermode = 'x') %>%
config(scrollZoom = FALSE,
plotly::config(scrollZoom = FALSE,
displayModeBar = FALSE,
displaylogo = FALSE)