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

CSS conic-gradient not supported #97

Open
justintunev7 opened this issue Oct 24, 2022 · 1 comment
Open

CSS conic-gradient not supported #97

justintunev7 opened this issue Oct 24, 2022 · 1 comment

Comments

@justintunev7
Copy link

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

@jp-programmer1
Copy link

+1

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