-
Notifications
You must be signed in to change notification settings - Fork 99
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
Limit the min zoom out factor along x axis to prevent date range error #500
Conversation
While this change fixes the possibility of getting the exception when zooming out, I can still get the error if I
|
Thanks for catching this, didn't notice it. Fixed this by restricting the pan tool to available data along X |
From #415, the demo breaks for these files too.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes part of issue 415