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

how to disable zooming of graph on double click? #716

Closed
anjusr opened this issue Jan 27, 2016 · 2 comments
Closed

how to disable zooming of graph on double click? #716

anjusr opened this issue Jan 27, 2016 · 2 comments

Comments

@anjusr
Copy link

anjusr commented Jan 27, 2016

Hey I m implementing grouped bar graph and when i double click on it, Its zooming I don't want that. Can anyone please tell me how to disable it.

@arjunnayak
Copy link

In Objective C, I've used:
[_chartView setDoubleTapToZoomEnabled: NO];

@danielgindi
Copy link
Collaborator

And in Swift of course, chartView.doubleTapToZoomEnabled = false. As simple as that :-)

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

3 participants