AAChartKit-Swift icon indicating copy to clipboard operation
AAChartKit-Swift copied to clipboard

Detect touch for data point changes changes

Open ApplantaDev opened this issue 7 years ago β€’ 11 comments

How do I detect when the chart is touched and moved to a different data point? I would like to update a value when the chart is touched.

ApplantaDev avatar Feb 07 '18 17:02 ApplantaDev

  1. There is no way to get the moved event in Highcharts,

  2. As for getting the touched event ,I need more time to add it. At least until this Sunday.

AAChartModel avatar Feb 08 '18 06:02 AAChartModel

Ok thank you. Looking forward to seeing that feature.

ApplantaDev avatar Feb 09 '18 02:02 ApplantaDev

Will I be able to get the value for the point on the chart that is touched?

ApplantaDev avatar Feb 09 '18 02:02 ApplantaDev

You can get the point index on chart,through the point index you can get the point value Indirectly.

AAChartModel avatar Feb 09 '18 03:02 AAChartModel

That sounds good. Thanks.

ApplantaDev avatar Feb 12 '18 01:02 ApplantaDev

Which method is used to get the index

wakakaya avatar Jul 09 '18 09:07 wakakaya

how to get click event when select on tooltip popup????

parthsit avatar Nov 23 '18 09:11 parthsit

@ApplantaDev @wakakaya were you guys able to find a way to detect touch events? If so...how?

johnnyperdomo avatar Feb 15 '19 01:02 johnnyperdomo

Hi could you please explain how to invoke the touch event to get the value. Thanks

muzammilsahib avatar Mar 07 '19 04:03 muzammilsahib

has this issue been resolved ?

am1tr0r avatar Jun 18 '19 04:06 am1tr0r

AAChartKit-Swift support user touch events now, refer to the introduction in README and the sample in demo.

https://github.com/AAChartModel/AAChartKit-Swift/blob/master/README.md#support-user-click-events-and-move-over-events

AAChartModel avatar Jun 18 '19 06:06 AAChartModel