Positioning legend title on top of horizontal legend causes loss of interactivity in ggiraph
When I used guides() specifications to customise legend appearance, I found that the interactive nature of the legend in the plot is lost. The following code modified from the example in the ggiraph documentation. library(ggplot2) library(ggiraph) dat <- data.frame( name = c( "Guy", "Ginette", "David", "Cedric", "Frederic" ), gender = c( "Male", "Female", "Male", "Male",… Read More Positioning legend title on top of horizontal legend causes loss of interactivity in ggiraph