-
Notifications
You must be signed in to change notification settings - Fork 524
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
Jumps when zoom in #2762
Comments
This appears to be working as intended. Can you describe what behavior are you expecting? |
@carbonrobot I zoom in on exactly the dots. Between seconds 6 and 7, the dots disappear from the chart. |
That's likely because we are using a circle to calculate the datum. Try this chart with static data. https://formidable.com/open-source/victory/guides/brush-and-zoom/ |
same bug on that chart. Peek.2024-01-31.14-01.mp4 |
Thanks, now I understand what you are asking. Looks like at some point the zoom container loses its x/y handle and the steps become larger. |
Hi guys, I encountered the same problem with VictoryZoomContainer for VictoryCandleStick. I would expect it just stops zooming, leaving me with what had been rendered so far. Here is the code |
Please retest after the fix released in 37.1.1 |
@carbonrobot Thanks. |
Describe the bug
There is a jump when you zoom in the chart!
Victory version
Your version at: https://formidable.com/open-source/victory/docs/victory-zoom-container/
Code Sandbox link
Your online example: https://formidable.com/open-source/victory/docs/victory-zoom-container/
To Reproduce
Just zoom in somewhere in the chart, like the screencast below.
Peek.2024-01-31.10-56.mp4
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: