Skip to content

Commit 3aa9c56

Browse files
committed
simpler
1 parent 7594f0e commit 3aa9c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/plots/ordinal-bar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default async function() {
66
grid: true
77
},
88
marks: [
9-
Plot.barY("ABCDEF", {x: (d, i) => i, y1: () => 0, y2: d => d}),
9+
Plot.barY("ABCDEF", {x: (d, i) => i, y2: d => d}),
1010
Plot.ruleY([0])
1111
]
1212
});

0 commit comments

Comments
 (0)