-
Notifications
You must be signed in to change notification settings - Fork 328
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
Minimal step for "drag to zoom" on time chart #317
Comments
I understand that this is an old issue. I'm looking at the same need, i'm toying with a PR at the moment. If you want a quick, hard-coded fix, change the
If i do submit a PR, it'll be for a new option to set the drag-sensitivity to an integer. |
Co-authored-by: BolyavinMA <[email protected]>
Closed by #347 |
Co-authored-by: BolyavinMA <[email protected]>
I am trying to limit "sensitivity" of drag to zoom functionality, more precisely I want to start zooming only when user select at least 2% of chart.
When user clicks on chart and start to drag (in order to zoom in), after releasing mouse button, I need to calculate if user selected just small part of chart (for example below 2% of whole chart):
If someone done something similar, I appreciate your help!
The text was updated successfully, but these errors were encountered: