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
When pinch to zoom is enabled, x/y scaling is disabled, as they can't work together. You either scale them together or separately. When it is disabled, then scaling x/y depends of separate properties.
dragEnabled has nothing to do with it, and so does doubleTap. defaultTouchEventsEnabled does not exist anymore, so you are using an older version ;-)
What you want is scaleXEnabled or scaleYEnabled. Or you can disable userInteractionEnabled to block touches altogether.
Hi Daniel
I am trying to disable zoom feature for Bar Chart with no success.
This is what I am applying :
Still I can zoom it.
Any idea ?
Thanks.
The text was updated successfully, but these errors were encountered: