You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But still the zoom is happening. One of the reason that I have not tried out might be disable the individual axis scaling. Can some one please provide me the code for that or any other solution that will work ?
The text was updated successfully, but these errors were encountered:
Are you saying if you turn off pinchZoomEnabled, pinch zoom still work? I suspect it. Please just search the code how it's enforced and see what you have to disable.
e.g.
if _data !==nil &&
(_pinchZoomEnabled || _scaleXEnabled || _scaleYEnabled){
Hi,
I have used bar chart. And currently set the following properties of it:
But still the zoom is happening. One of the reason that I have not tried out might be disable the individual axis scaling. Can some one please provide me the code for that or any other solution that will work ?
The text was updated successfully, but these errors were encountered: