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.
In Objective C, I've used:
[_chartView setDoubleTapToZoomEnabled: NO];
And in Swift of course, chartView.doubleTapToZoomEnabled = false. As simple as that :-)
Most helpful comment
And in Swift of course,
chartView.doubleTapToZoomEnabled = false. As simple as that :-)