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 c379831 commit 2c92db0Copy full SHA for 2c92db0
docs/.vitepress/theme/custom.css
@@ -26,9 +26,11 @@
26
.vp-doc .plot,
27
.vp-doc .plot-ramp {
28
background: none;
29
+ overflow: visible;
30
}
31
-:root.dark [aria-label=tip] {
32
+:root [aria-label="tip"][fill="white"],
33
+:root [aria-label="tip"] [fill="white"] {
34
fill: var(--vp-c-bg-alt);
35
36
docs/marks/auto.md
@@ -150,8 +150,8 @@ Plot.auto(penguins, {
150
fx: "island",
151
fy: "species"
152
}).plot({
153
- x: {label: "Body mass →", ticks: 5},
154
- y: {label: "↑ Culmen length"},
+ grid: true,
+ x: {ticks: 5},
155
marginRight: 70
156
})
157
```
0 commit comments