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
I've seen this bug when a maximum scale is configure and the user tries to pinch zoom the chart further.
To reproduce it, you can just set a maximum scale on the Candle Stick chart in the Demo and then try to zoom in being that maximum:
[[_chartView viewPortHandler] setMaximumScaleX:5];
[[_chartView viewPortHandler] setMaximumScaleY:5];
The chart just starts sliding (quite fast) sideways.
The text was updated successfully, but these errors were encountered:
Hi,
I've seen this bug when a maximum scale is configure and the user tries to pinch zoom the chart further.
To reproduce it, you can just set a maximum scale on the Candle Stick chart in the Demo and then try to zoom in being that maximum:
[[_chartView viewPortHandler] setMaximumScaleX:5];
[[_chartView viewPortHandler] setMaximumScaleY:5];
The chart just starts sliding (quite fast) sideways.
The text was updated successfully, but these errors were encountered: