Skip to content

Commit 3994212

Browse files
committed
unset downloads y-domain
1 parent 164a120 commit 3994212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/plot/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const x = {domain: [start, end]};
5555
width,
5656
marginRight: 40,
5757
x,
58-
y: {insetTop: 40, domain: [0, 6000], label: "downloads"},
58+
y: {insetTop: 40, label: "downloads"},
5959
annotations: versions.filter((d) => !/-/.test(d.version)).map((d) => ({date: d.date, text: d.version, href: `https://github.com/observablehq/plot/releases/v${d.version}`}))
6060
})
6161
)}

0 commit comments

Comments
 (0)