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

Minimum / maximum scale causes the chart to slide sideways when trying to pinch zoom further #437

Closed
iangmaia opened this issue Oct 2, 2015 · 0 comments

Comments

@iangmaia
Copy link
Contributor

iangmaia commented Oct 2, 2015

Hi,

I've seen this bug when a maximum scale is configure and the user tries to pinch zoom the chart further.

To reproduce it, you can just set a maximum scale on the Candle Stick chart in the Demo and then try to zoom in being that maximum:
[[_chartView viewPortHandler] setMaximumScaleX:5];
[[_chartView viewPortHandler] setMaximumScaleY:5];

The chart just starts sliding (quite fast) sideways.

@jjatie jjatie closed this as completed Apr 1, 2018
@ChartsOrg ChartsOrg locked as resolved and limited conversation to collaborators Apr 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants