AAChartCore-Kotlin icon indicating copy to clipboard operation
AAChartCore-Kotlin copied to clipboard

User Action

Open jempis opened this issue 3 years ago β€’ 2 comments

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

jempis avatar May 06 '21 16:05 jempis

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???

jempis avatar May 07 '21 07:05 jempis

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

EugeneHoran avatar Feb 05 '22 19:02 EugeneHoran