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

Scale or zoom to particular axis or point in Combined chart view #993

Closed
domadiya-ashok opened this issue Apr 29, 2016 · 4 comments
Closed

Comments

@domadiya-ashok
Copy link

I am trying to implement zooming or scaling at particular point because of too many data plotting on graph. I have tried many way to scale or zoom at start of position but couldn't.

Can you please help me out from this ? how can we zoom at position or any axis by programmatically ?

Thank you for providing wonderful library on graph. love it.

@liuxuan30
Copy link
Member

well, could you take a look at the pinch gesture handler? It has a full workflow. You can also check ChartTransformer and ChartViewPortHandler for more APIs

@domadiya-ashok
Copy link
Author

Thanks for reply. but i have tried it out. want to zoom by aromatically.

Can that possible ?

@liuxuan30
Copy link
Member

yes, that's why I asked you to take a look at the code. You just need to figure out your way, or new api

@danielgindi
Copy link
Collaborator

There are handy moveTo/zoomTo functions on the charts. I'm not sure whether they're on the release or just on master, but they are there - and with animations!

@jjatie jjatie closed this as completed Apr 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants