We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 Chrome 83)
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
.cdc
translateZ
example: transform: translateZ(1px) rotate(200deg);
transform: translateZ(1px) rotate(200deg);
The text was updated successfully, but these errors were encountered:
I have the same issue, but i do not use start-angle prop
Sorry, something went wrong.
@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
I have the same issue
No branches or pull requests
(using Chrome 83)
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 usingtranslateZ
example:
transform: translateZ(1px) rotate(200deg);
The text was updated successfully, but these errors were encountered: