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
I'm trying to build a CSS pie chart with something like this:
background: conic-gradient(#00a3b1 15%, #00c0c9 15% 25%, #a6e3e8 25% 35%, #005e6f 35% 70%, #0091a2 70%);
but it doesn't render.
Conic gradient is supported by all browsers, so it would be great if it could be supported by this package. https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/conic-gradient
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
I'm trying to build a CSS pie chart with something like this:
but it doesn't render.
Conic gradient is supported by all browsers, so it would be great if it could be supported by this package. https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/conic-gradient
The text was updated successfully, but these errors were encountered: