Thanks to visit codestin.com
Credit goes to github.com

Skip to content

backgroundColor RGBA support #109

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

Closed
colaiven opened this issue Nov 8, 2024 · 3 comments · Fixed by #110
Closed

backgroundColor RGBA support #109

colaiven opened this issue Nov 8, 2024 · 3 comments · Fixed by #110
Assignees
Labels
enhancement New feature or request

Comments

@colaiven
Copy link

colaiven commented Nov 8, 2024

many charts have their background colors set, but i cant set transparency, chart look awkward against a gradient image background,

hope to support RGBA backgroundColor

Thanks!

image

@graphieros
Copy link
Owner

graphieros commented Nov 8, 2024

Hi @colaiven

Thanks for this issue. It was on my mind for a while, you give me the opportunity to tackle it.

I'll keep you posted when it's done (it's quite a rewrite).

@graphieros graphieros self-assigned this Nov 8, 2024
@graphieros graphieros added the enhancement New feature or request label Nov 9, 2024
@graphieros graphieros linked a pull request Nov 9, 2024 that will close this issue
@graphieros
Copy link
Owner

graphieros commented Nov 9, 2024

@colaiven

You can upgrade to v.2.3.77 which adds support for transparent colors.

You can pass RGBA, HSLA, or HEX colors with alpha channel in dataset and config props.

The chart builder on the documentation website was updated too. See #111

@colaiven
Copy link
Author

@colaiven

You can upgrade to v.2.3.77 which adds support for transparent colors.

You can pass RGBA, HSLA, or HEX colors with alpha channel in dataset and config props.

The chart builder on the documentation website was updated too. See #111

Great, thank you for making such a great product!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants