We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can continue the conversation there. Go to discussion →
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
Thanks for your amazing library. We're super excited about it!
This line of this commit was a mistake, right?
4baad4d#diff-30ab29a77cf3887e9e7e3ec68157a17e77e891ca7d6335074ab995ab1f27b82fR258-R265
I know it was meant to address #1434.
plot/src/plot.js
Line 261 in 17ed038
I assume what we want is:
background: var(--plot-background);
Right now, my tooltips look bad when my app is in dark mode (because the --plot-background gets overridden to white for this SVG.
--plot-background
white
If you have any quick tips for how to resolve, I'd appreciate it.
Thanks.
The text was updated successfully, but these errors were encountered:
fix: tooltip background is now var(--plot-background) to fix observab…
e6135a9
…lehq#2080
No branches or pull requests
Thanks for your amazing library. We're super excited about it!
This line of this commit was a mistake, right?
4baad4d#diff-30ab29a77cf3887e9e7e3ec68157a17e77e891ca7d6335074ab995ab1f27b82fR258-R265
I know it was meant to address #1434.
plot/src/plot.js
Line 261 in 17ed038
I assume what we want is:
Right now, my tooltips look bad when my app is in dark mode (because the
--plot-background
gets overridden towhite
for this SVG.If you have any quick tips for how to resolve, I'd appreciate it.
Thanks.
The text was updated successfully, but these errors were encountered: