-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Add touch event support for lasso/select drag modes #1790
Comments
@etpinard sure, I will have a look, sounds fun |
@etpinard currently we don't have a toolbar on mobiles, because it shows on hover. Probably we should test if it is mobile to show toolbar always, right? Like set |
@etpinard we have a problem here. Turns out touch interactions cannot Possible solutions
|
Creating a mobile-specific dragcover sounds like the way to go. |
Another win for crossfilter 🎉 #1316 |
related to #480 and #1098 but of higher priority.
There a few complications that I can think of:
layout.dragmode: 'lasso' // or 'select'
hover labels & hover/click event would be turned off on mobile and leaving only selections on touch.It might be nice to review what other interactive graphing libraries out there are doing before going at it.
@dfcreative would you be interested in looking at this?
cc @jackparmer
The text was updated successfully, but these errors were encountered: