Skip to content

Commit 80a181c

Browse files
authored
Remove tip from scales.md (#1725)
Probably not needed now that #1285 was closed by #1718
1 parent 780c2f9 commit 80a181c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/features/scales.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,6 @@ Plot.plot({x: {domain: [new Date("2021-01-01"), new Date("2022-01-01")], grid: t
151151
```
152152
:::
153153

154-
:::tip
155-
We are working on better multi-line ticks for time scales; please upvote [#1285](https://github.com/observablehq/plot/issues/1285) if you are interested.
156-
:::
157-
158154
To force a UTC scale, say when the data is milliseconds since UNIX epoch rather than Date instances, pass *utc* as the **type** option. Though we recommend coercing strings and numbers to more specific types when you load data, rather than relying on scales to do it.
159155

160156
:::plot https://observablehq.com/@observablehq/plot-continuous-scales

0 commit comments

Comments
 (0)