Curious bug - plotly title does not appear when running shiny app from server

I have a curious bug with a plotly plot in shiny. When I run the app from RStudio the title of the plot appears correctly:


However when I deploy the app to the company server and run the app in the same browser the title cannot be seen:

Does anyone have any idea what could be causing this? Thanks.

https://github.com/plotly/dash/issues/539

Looks like it might be a problem with the version of plotly. They changed how the title is specified. The version on the server is 1.39.2 and the version on my machine is 1.52.2 which fits with the issue reported in the github link.

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.