AAChartCore-Kotlin
AAChartCore-Kotlin copied to clipboard
User Action
Hi all, It is possibile to remove the user action. I want that user, when touch the chart, nothing appear:
- no tooltip
- no marker selection
- not series highlights ... etc You can Help me
Hi all, i have found a workaround.. The ChartView is ha WebView, the i have removed the touchListener
aaChartView.setOnTouchListener(OnTouchListener { v, event -> true })
But if i want to remove the touch of only one series???
How do we prevent touch events to allow parent foreground view of getting focus? For example, a simple chart when you click it, it should open another class with more details. I have tried everything, but the charts retain touch events. I cant even put a view above it to intercept touch events