MarjorieLeduc
Results
1
issues of
MarjorieLeduc
I would like plotly to support `ggrepel::geom_text_repel`. I prepare the following shiny that works with plotOutput but not with plotlyOutput : ``` library(shiny) library(plotly) library(ggplot2) library(ggrepel) library(bslib) ui