Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect touch for data point changes changes #49

Open
ApplantaDev opened this issue Feb 7, 2018 · 11 comments
Open

Detect touch for data point changes changes #49

ApplantaDev opened this issue Feb 7, 2018 · 11 comments

Comments

@ApplantaDev
Copy link

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.

@AAChartModel
Copy link
Owner

AAChartModel commented Feb 8, 2018

  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.

@ApplantaDev
Copy link
Author

Ok thank you. Looking forward to seeing that feature.

@ApplantaDev
Copy link
Author

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

@AAChartModel
Copy link
Owner

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

@ApplantaDev
Copy link
Author

That sounds good. Thanks.

@wakakaya
Copy link

wakakaya commented Jul 9, 2018

Which method is used to get the index

@parthsit
Copy link

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

@johnnyperdomo
Copy link

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

@muzammilsahib
Copy link

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

@am1tr0r
Copy link

am1tr0r commented Jun 18, 2019

has this issue been resolved ?

@AAChartModel
Copy link
Owner

AAChartModel commented Jun 18, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants