-
Notifications
You must be signed in to change notification settings - Fork 632
Access persistent click/hover data in shiny, addresses #1401 #1409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
trafficonese
commented
Feb 8, 2019
Shouldn't a doubleclick clear the Shift selections?
Now the selection is only cleared, by clicking a new point/bar.
It also doesnt always reflect the highlighted elements, as Shift must be pressed already when clicking the first element. The "usual" behaviour would be to click the first without Shift and then to add more into the selection, hold Shift and click another point which will be added to the current selection.
The Box/Lasso-selection behave like the "usual" way.
Otherwise nice work 👍
Uh oh!
There was an error while loading. Please reload this page.
See #1401 for more context
Review questions
graphDiv
in this way? Should try this out in conjunction withplotlyProxy()
.Testing notes
Install (
devtools::install_github("ropensci/plotly#1409")
), run this app, and make sure the event data is what you'd expect.