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

Pie Chart Highlighted region #2536

Closed
ghost opened this issue Jun 19, 2017 · 2 comments
Closed

Pie Chart Highlighted region #2536

ghost opened this issue Jun 19, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Jun 19, 2017

Hello,

This is more of a question than an issue. I am using a Pie chart in my app and for some reason when I run it, the slice I select on the pie chart doesn't highlight (or doesn't do anything at all). How do I fix this?

@liuxuan30
Copy link
Member

liuxuan30 commented Jun 20, 2017

Try add break point at the delegate method to see if it's get invoked or if the PieHighlighter works. It's hard to say where goes off. But you should be able to track adding some breakpoints. Do play with ChartsDemo and the demo code.

@ghost
Copy link
Author

ghost commented Jun 20, 2017

Thanks a lot for your help. Apparently, I had this line chartDataSet.selectionShift = 0 in my code for some bizarre reason. Its working perfectly now.

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

1 participant