-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
3.43.0 theme.mode: dark option overrides chart.background #4062
Labels
bug
Something isn't working
Comments
can be fixed by setting |
1 task
This was referenced May 20, 2024
This was referenced May 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
theme.mode: "dark" option overrides chart.background: "transparent"
Steps to Reproduce
Create a chart with
chart.background: "transparent"
andtheme.mode: "dark"
optionsExpected Behavior
chart.background: "transparent"
takes precedence overtheme.mode: "dark"
like any other explicitly defined background color. Looks like dark mode treats background: transparent like background: undefinedActual Behavior
background is always
rgba(0, 0, 0, 0.8)
Screenshots
Reproduction Link
https://codepen.io/cart-before-horse/pen/ExGJjOa
from 9936ffc commit
The text was updated successfully, but these errors were encountered: