Skip to content

Commit dfeed32

Browse files
mbostockFil
andcommitted
Update test/plots/band-clip.js
Co-authored-by: Philippe Rivière <fil@rezo.net>
1 parent 6291713 commit dfeed32

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

test/output/bandClip2.svg

Lines changed: 6 additions & 6 deletions
Loading

test/plots/band-clip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export async function bandClip2() {
3131
x: {interval: d3.utcDay},
3232
marks: [
3333
Plot.ruleY([0]),
34-
Plot.barY(data, Plot.groupX({y: "sum"}, {x: "Date", y: "Count", rx: 6, insetBottom: -3, clip: "frame"}))
34+
Plot.barY(data, Plot.groupX({y: "sum"}, {x: "Date", y: "Count", rx: 6, insetBottom: -6, clip: "frame"}))
3535
]
3636
});
3737
}

0 commit comments

Comments
 (0)