We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ed038 commit e6135a9Copy full SHA for e6135a9
src/plot.js
@@ -258,7 +258,7 @@ export function plot(options = {}) {
258
// Warning: if you edit this, change defaultClassName.
259
svg.append("style").text(
260
`:where(.${className}) {
261
- --plot-background: white;
+ background: var(--plot-background);
262
display: block;
263
height: auto;
264
height: intrinsic;
0 commit comments