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
There is a case when the user is dragging the chart (on X-axis) using two fingers and I end up having a nasty UI bug.
I want to suspend all touch events on the chart at a certain point. I have an ongoing drag event on the chart that I can't force cancel.
All these are disabling the interaction that starts in the future but is not invalidating the touch happening on the chart at the moment the instruction is called.
On Android, the trick is perfectly done by using chartView.setTouchEnabled(false), but the iOS Charts seems that is not supporting this.
There is a case when the user is dragging the chart (on X-axis) using two fingers and I end up having a nasty UI bug.
I want to suspend all touch events on the chart at a certain point. I have an ongoing drag event on the chart that I can't force cancel.
I tried:
All these are disabling the interaction that starts in the future but is not invalidating the touch happening on the chart at the moment the instruction is called.
On Android, the trick is perfectly done by using chartView.setTouchEnabled(false), but the iOS Charts seems that is not supporting this.
How should I handle this?
Charts Environment
Charts version/Branch/Commit Number: Charts 3.1.1
Xcode version: 10.1
Swift version: 4.2
Platform(s) running Charts: iOS 12.1.4
macOS version running Xcode: 10.14
The text was updated successfully, but these errors were encountered: