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

Highlight Doest'n work properly on UIPageViewController in LineChart. #275

Closed
garfiaslopez opened this issue Aug 4, 2015 · 3 comments
Closed

Comments

@garfiaslopez
Copy link

When i touch the graph for highlight the value, my view is changed to the next viewcontroller of my UIPageViewController.

The view can't handle the graph highlight event or something like that. this happen me when i update to the version 2.1.2 .

img_0381

I have to downgrade the version to 2.1.0 for the highlight in graph works properly.

@danielgindi
Copy link
Collaborator

I don't exactly understand what you are experiencing.
Is tapping to highlight causing your pagecontroller to scroll? That shouldn't happen...
Or are you trying to move the finger around in order to change the highlight?

@garfiaslopez
Copy link
Author

I try to move my finger around the graph to change the highlight position and this causes that the uipageviewcontroller change to the next view.
The tap to highlight works fine, but when i move my finger the page changes.

@danielgindi
Copy link
Collaborator

If course it does. You need to disable the continuous highlight feature, as you can't expect two different swiping behaviours to not collide.

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

No branches or pull requests

2 participants