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

using start-angle prop causes artifact to appear on chart #32

Open
An-AngryBear opened this issue Jun 4, 2020 · 3 comments
Open

using start-angle prop causes artifact to appear on chart #32

An-AngryBear opened this issue Jun 4, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@An-AngryBear
Copy link

An-AngryBear commented Jun 4, 2020

(using Chrome 83)

image
As you can see in the upper right hand corner an artifact appears in the green section.

locally, my fix is to not use the start-angle prop, and instead override the .cdc class using translateZ

example:
transform: translateZ(1px) rotate(200deg);

@dumptyd dumptyd added the bug Something isn't working label Jul 10, 2020
@Seokky
Copy link

Seokky commented Sep 5, 2020

I have the same issue, but i do not use start-angle prop

@Seokky
Copy link

Seokky commented Sep 5, 2020

@dumptyd I solved the problem by setting the 'cdc' element to a background color that matches the color of the category with the highest value

@Feduch
Copy link

Feduch commented Nov 25, 2020

I have the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants