Skip to content

Commit b001c59

Browse files
committed
format
1 parent e9279e4 commit b001c59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Plot.dot(cars, {
2020
y: "weight (lb)",
2121
tip: {
2222
pointer: "xy",
23-
channels: { start: "0-60 mph (s)" },
24-
format: { start: (d) => `${d}s`, x: null, y: ".2f" }
23+
channels: {start: "0-60 mph (s)"},
24+
format: {start: (d) => `${d}s`, x: null, y: ".2f"}
2525
}
2626
}).plot()
2727
```

0 commit comments

Comments
 (0)