Adding hyperlinks to Shiny plots
I have made a Shiny app using different plotting solutions to render graphs from ggplot2 on Shiny (my favorite being plotly ). I like the fact that the user can interact with the graph: with plotly the user can zoom on the graph or click on points (on a scatterplot for exemple) and access their values. I would like to link each point on my scatterplot to a URL (without displaying it) and to allow the user to click on a dot, which would trigger the activation of the hyperlink opening a new webpage. If I could use plotly to do that that would be amazing but I am open to any other kind of