-
Notifications
You must be signed in to change notification settings - Fork 180
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
Mobile app usage #447
Comments
Hi @UCKFA |
@chaosmail Panning/zooming doesn't work because touch* events are not applied to chart. Now it supports only mouse* events. |
Yeah that's because the panning/zooming components are homemade and they don't use d3's original ones (for actual reasons, I wouldn't go and implement this just out of boredom ^^). I think it doesn't require a lot of work to actually support touch events, but I don't have a tablet right now... PR's welcome ! |
I've implemented touches. I will contribute if only i find time |
PR for tooltip, pan, double touch #527 |
Hello again,
I have a new issue. The chart cannot be controlled on a mobile app. I have made zooming possible by adding a bar that specifies the zoom level, but panning doesn't work. It tries to take the whole page left/right. On v1, the zoom/pan were working great. Just give me a hint on how can I make it work and I will implement it.
Thank you.
The text was updated successfully, but these errors were encountered: