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 is getting drawn again and again on rotation in iOS #346

Closed
harshcs opened this issue Sep 8, 2015 · 1 comment
Closed

Pie chart is getting drawn again and again on rotation in iOS #346

harshcs opened this issue Sep 8, 2015 · 1 comment

Comments

@harshcs
Copy link

harshcs commented Sep 8, 2015

I am rotating the pie chart and it keeps adding the new state without removing the earlier one. Thus, resulting in Overlapping. Please let me know why is happening??
screen shot 2015-09-08 at 10 56 10 am

@danielgindi
Copy link
Collaborator

You've given a transparent backgroundColor, while opaque is set to YES. You have a conflict. You should look at the documentation of UIView.

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