diff --git a/shinyapp/app.R b/shinyapp/app.R index d1a0578..7d1c00d 100644 --- a/shinyapp/app.R +++ b/shinyapp/app.R @@ -10,6 +10,9 @@ library(plotly) ## ui ui = page_sidebar( + ## fix for issue with multiple plotly plots + tags$script(src = "https://cdn.plot.ly/plotly-2.11.1.min.js"), + ## app title title = 'Hourly Weather Forecasts',