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 the chart is added to tableview's cell, it will conflict with the gestures of the chart on cell when tableview is sliding up and down. How do you solve this problem?
How do you use multiple segments of different colors on the same fold when using a line chart
The text was updated successfully, but these errors were encountered:
there is _outerScrollView inside to avoid some conflicts in pan gesture. you can take a look at panGestureRecognized and open func gestureRecognizer(_ gestureRecognizer: NSUIGestureRecognizer, shouldRecognizeSimultaneouslyWith otherGestureRecognizer: NSUIGestureRecognizer) -> Bool
when the chart is added to tableview's cell, it will conflict with the gestures of the chart on cell when tableview is sliding up and down. How do you solve this problem?
How do you use multiple segments of different colors on the same fold when using a line chart
The text was updated successfully, but these errors were encountered: