-
Notifications
You must be signed in to change notification settings - Fork 633
Allow on/off to accept multiple values #978
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
Comments
I'm not sure I understand, and I can't replicate step 2. Do you see any errors on the web console? |
mmm, > sessionInfo()
R version 3.3.0 (2016-05-03)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1
locale:
[1] LC_COLLATE=Hebrew_Israel.1255 LC_CTYPE=Hebrew_Israel.1255 LC_MONETARY=Hebrew_Israel.1255
[4] LC_NUMERIC=C LC_TIME=Hebrew_Israel.1255
attached base packages:
[1] stats graphics grDevices datasets utils methods base
other attached packages:
[1] crosstalk_1.0.0 plotly_4.6.0 ggplot2_2.2.1.9000 installr_0.19.0 stringr_1.2.0
loaded via a namespace (and not attached):
[1] Rcpp_0.12.10 cluster_2.0.4 magrittr_1.5 munsell_0.4.3 xtable_1.8-2
[6] viridisLite_0.2.0 colorspace_1.3-2 R6_2.2.0 httr_1.2.1 plyr_1.8.4
[11] dplyr_0.5.0 tools_3.3.0 grid_3.3.0 gtable_0.2.0 DBI_0.6-1
[16] htmltools_0.3.5 yaml_2.1.14 lazyeval_0.2.0 assertthat_0.2.0 digest_0.6.12
[21] tibble_1.3.0 shiny_1.0.2 tidyr_0.6.1 purrr_0.2.2 htmlwidgets_0.8
[26] rpart_4.1-10 mime_0.5 labeling_0.3 stringi_1.1.5 scales_0.4.1
[31] jsonlite_1.4 httpuv_1.3.3 Cairo_1.5-9 |
Just FYI, doubleclick is tied to a doubleclick when in zoom mode Information about RStudio and web console errors (if any) are going to be more helpful than session info for these sort of problems...gifs would also help |
Oh...I think I might know what's happening... Although you think you've clicked, I'm guessing you've clicked and dragged just a tiny bit (and thus, didn't select anything). Not sure if that should be considered user error or not... |
I think the main problem here is that you are expecting both |
I gather from you that I was making an unreasonable expectation :)
I wish to mark observations, and then that a single click would release them.
Could this feature (please) be added?
:)
|
BUMP Hi Carson, Thanks, |
This is a bad idea unless you define a target for the single-click. Let's move any future discussion to #1016 |
Code:
Step 1, I select the red group:
Step 2, I click somewhere else in the plot: (here is the BUG, it acts the same as off = 'plotly_doubleclick' )
Using double click releases the fading.
The text was updated successfully, but these errors were encountered: