mirror of
https://github.com/FlipsideCrypto/eth_activity.git
synced 2026-02-06 18:56:50 +00:00
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:
parent
f8749471c7
commit
f413aa1dbd
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user