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 encountered with charts #2724

Closed
shanyulaile opened this issue Aug 16, 2017 · 1 comment
Closed

Problems encountered with charts #2724

shanyulaile opened this issue Aug 16, 2017 · 1 comment

Comments

@shanyulaile
Copy link

  1. when the chart is added to tableview's cell, it will conflict with the gestures of the chart on cell when tableview is sliding up and down. How do you solve this problem?

  2. How do you use multiple segments of different colors on the same fold when using a line chart

@liuxuan30
Copy link
Member

  1. there is _outerScrollView inside to avoid some conflicts in pan gesture. you can take a look at panGestureRecognized and open func gestureRecognizer(_ gestureRecognizer: NSUIGestureRecognizer, shouldRecognizeSimultaneouslyWith otherGestureRecognizer: NSUIGestureRecognizer) -> Bool

  2. I am not sure what's your question...

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