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
First up, I want to thank you for this library, as it has proved most useful with my current works. In my time using this library, I have come across a problem that I wanted to clear up, and find out whether it is intentional, or possible to change.
I have set up a Linechart view, with reasonably default settings. The problem is that I want to add a UIPanGestureRecognizer to the LineChartView, but the action associated to the gesture is not fired when the chart is zoomed all the way out.
Thanks,
Matt
The text was updated successfully, but these errors were encountered:
Scrambles56
changed the title
UIPanGesture blocked while not zoomed in
UIPanGesture blocked while zoomed out completely
Nov 23, 2015
The chart view itself contains two tap gestures and one pinch, one pan gesture. I guess you need to provide your own handler, rather than adding a new one. Or you need to solve the conflicts of the two pan gestures, like one should fail the other one.
Hi Daniel,
First up, I want to thank you for this library, as it has proved most useful with my current works. In my time using this library, I have come across a problem that I wanted to clear up, and find out whether it is intentional, or possible to change.
I have set up a Linechart view, with reasonably default settings. The problem is that I want to add a UIPanGestureRecognizer to the LineChartView, but the action associated to the gesture is not fired when the chart is zoomed all the way out.
Thanks,
Matt
The text was updated successfully, but these errors were encountered: