-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Setting circleHoleColor to clear causes artifact #1691
Labels
Comments
can you provide full color data? |
Sure:
There's another data set below it which is drawn with a plain white dot. |
I was able to reproduce in ChartsDemo with your code. |
liuxuan30
added a commit
to liuxuan30/Charts
that referenced
this issue
Oct 25, 2016
1. M_PI_2 is Pi / 2, not Pi * 2; 2. clockwise in UIKit and CoreGraphics is flipped; 3. using even odd rule to fill between two arcs
liuxuan30
added a commit
to liuxuan30/Charts
that referenced
this issue
Oct 25, 2016
1. M_PI_2 is Pi / 2, not Pi * 2; 2. clockwise in UIKit and CoreGraphics is flipped; 3. using even odd rule to fill between two arcs
I'm trying to avoid updating to a fresh version this week, can I just apply that change to my local copy of the Swift files? |
you can take my code if you can edit the code in your project. Or use subclass to apply it. and wait for this get merged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you set the circle hole colour to be
[UIColor clearColor]
then the circle is drawn with an artifact as shown.The text was updated successfully, but these errors were encountered: