tidymodels / shinymodels

https://shinymodels.tidymodels.org/
Other
46 stars 5 forks source link

hover only #6

Closed topepo closed 3 years ago

topepo commented 3 years ago

Basic testing of the data shows that, for me, data sets over about 10K have a lot of latency when using selections. Hover is still instantaneous.

We should have an option to the launcher function where the user can choose to only have hover/tooltip interactivity.

adhikars11 commented 3 years ago

Still working on this, trying to set selected_rows() to NULL when hover_only == TRUE. The code runs fine but it still highlights observations and provokes the shiny linking bits when the observations are clicked/selected; I am looking into how to stop that.

github-actions[bot] commented 1 year ago

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.