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
Case 1 (expected) : View loads with the chart fully zoomed out, all data is displayed. In this case it is possible to scroll in any direction in the scroll view if the gesture was initiated over the chart.
Case 2 (unexpected) : View loads with the chart fully zoomed out, all data is displayed. User pinch-zooms so only the x-axis is re-scaled. The y-axis remains "fully zoomed out". In this case it is not possible to scroll in any direction in the scroll view if the gesture was initiated over the chart. I would expect vertical scrolls in the scroll view to work, because with one finger on the chart, it is not possible to navigate up or down.
The text was updated successfully, but these errors were encountered:
I remember it's intended to be blocked in pan gesture recognizer. You can take a look at panGestureRecognized, and perhaps provide your own so you can scroll.
Case 1 (expected) : View loads with the chart fully zoomed out, all data is displayed. In this case it is possible to scroll in any direction in the scroll view if the gesture was initiated over the chart.
Case 2 (unexpected) : View loads with the chart fully zoomed out, all data is displayed. User pinch-zooms so only the x-axis is re-scaled. The y-axis remains "fully zoomed out". In this case it is not possible to scroll in any direction in the scroll view if the gesture was initiated over the chart. I would expect vertical scrolls in the scroll view to work, because with one finger on the chart, it is not possible to navigate up or down.
The text was updated successfully, but these errors were encountered: