Skip to content

Commit b6cbe5b

Browse files
mbostockFil
andcommitted
Update test/plots/covid-ihme-projected-deaths.ts
Co-authored-by: Philippe Rivière <[email protected]>
1 parent 136bd10 commit b6cbe5b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/plots/covid-ihme-projected-deaths.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ export async function covidIhmeProjectedDeaths() {
1515
},
1616
marks: [
1717
Plot.gridX(),
18-
// Plot.axisX({
19-
// tickFormat: (
20-
// (fm, fd) => (x, i) =>
21-
// i === 0 || d3.utcDay.count(d3.utcMonth(x), x) < 7 ? `${fd(x)}\n${fm(x)}` : fd(x)
22-
// )(d3.utcFormat("%B"), d3.utcFormat("%d"))
23-
// }),
2418
Plot.areaY(data, {
2519
x: "date",
2620
y1: (d) => Math.max(1, d.lower), // avoid zero

0 commit comments

Comments
 (0)