Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil committed Sep 13, 2023
1 parent e9279e4 commit b001c59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Plot.dot(cars, {
y: "weight (lb)",
tip: {
pointer: "xy",
channels: { start: "0-60 mph (s)" },
format: { start: (d) => `${d}s`, x: null, y: ".2f" }
channels: {start: "0-60 mph (s)"},
format: {start: (d) => `${d}s`, x: null, y: ".2f"}
}
}).plot()
```
Expand Down

0 comments on commit b001c59

Please sign in to comment.