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

Problems with selection when JBLineChartView is within UITableView #155

Closed
va1da opened this issue Apr 11, 2015 · 1 comment
Closed

Problems with selection when JBLineChartView is within UITableView #155

va1da opened this issue Apr 11, 2015 · 1 comment

Comments

@va1da
Copy link

va1da commented Apr 11, 2015

I can't reliably select and move in chart with pan gesture.
My JBLineChartView is embedded in UITableViewCell so I'm guessing that UITableView and JBLineChartView are fighting for the control over touches.

Is there any solution?
Thanks,
Ondrej

@terryworona
Copy link
Collaborator

Yes, they are in competition for touch events.

It's recommended that you turn off userInteraction if you plan on using the charts in a table view.

See here for an example of static charts used in tables: https://github.com/Jawbone/spark-friends-ios

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