I've created a shiny dashboard which have a number of tabs each with a few plotly charts set side by side. Because they are side by side, it can be difficult to look into an individual chart in detail without zooming in on the browser for the chart to fill up the page (even then for some reason the chart bobs up and down when zoomed in).
I was thinking surely there must be a way in Plotly to create a button that creates a popup window of the chart which can be made full screen? However, I've searched on Google and can't find anything relevant to plotly.
I did find this... Shiny: plot results in popup window
This sort of pop-up window would suffice. But in this example the chart is only created on the pop-up window itself (and is an image rather than an interactive plot). What I would want to do in this case is mirror the chart on the main page, but I'm aware you calling the same output from two different parts of the UI doesn't work in Shiny.
Does anyone have any ideas on how to approach this?

