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 e697c81 commit 6394b1eCopy full SHA for 6394b1e
test/plots/axis-labels.ts
@@ -58,6 +58,7 @@ export async function axisLabelFontVariant() {
58
marks: [Plot.axisX({label: "Letter", fontVariant: "small-caps"})]
59
});
60
}
61
+
62
export async function axisLabelVaryingFill() {
63
return Plot.plot({
64
x: {domain: "ABCDEF"},
0 commit comments