This is a migrated thread and some comments may be shown as answers.

Chart component and gestures

3 Answers 48 Views
Chart
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Krzysztof
Top achievements
Rank 1
Krzysztof asked on 30 Aug 2016, 03:15 PM
Chart component is capturing gestures like tap, swipe, pan and don't pass them. When I put chart component into UIPageViewController I can't swipe between controller pages. Similarly, if I put Chart component into UITableView header it prevents me from scrolling table view when I swipe on Chart component. Is there a way to disable specific chart gestures / functionalities, so gestures are send further up in views hierarchy?

3 Answers, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 31 Aug 2016, 07:14 AM
Hi,

Thanks for your question.

User interaction of the chart can be suppressed by setting the 'userInteractionEnabled' to NO.

I hope this is helpful.

Regards,
Deyan
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Krzysztof
Top achievements
Rank 1
answered on 31 Aug 2016, 10:29 AM

Thanks for replay.

I still would like to be able to select points by tap. By disabling all gestures with "userInteractionEnabled" it won't be possible.

0
Deyan
Telerik team
answered on 05 Sep 2016, 01:40 PM
Hi,

Could you please try disabling the Pan and Zoom functionality by using the API described here?:

http://docs.telerik.com/devtools/ios/chart/zoom-and-pan

If this doesn't help, we will probably need to look into addressing this in the component itself by extending the API used to govern the gestures and exposing possibilities for turning off and on separate functionalities.

Regards,
Deyan
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Chart
Asked by
Krzysztof
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Krzysztof
Top achievements
Rank 1
Share this question
or