Skip to content
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

Touch interactions don't move brushes #123

Open
domoritz opened this issue Mar 11, 2019 · 3 comments
Open

Touch interactions don't move brushes #123

domoritz opened this issue Mar 11, 2019 · 3 comments

Comments

@domoritz
Copy link
Member

681CE082-22F6-4ADD-B587-45284DE3B3DC
from vega/vega-lite#4208 (comment)

@josesaranda
Copy link

josesaranda commented Aug 28, 2019

Have you tried to import hammerjs?
Or this zoom library?

This library allows you to listen touch events. Maybe you can observe zoom in and zoom out event and move brushes sending a signal to vega.

I hope to helped you!

@domoritz
Copy link
Member Author

Not yet. Can I listen to the events from a Vega spec?

@josesaranda
Copy link

josesaranda commented Aug 29, 2019

I don't think so.
I mean that you can create a listener for touch interactions events with the screen an then set a signal for vega to update the brush.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants