From 5a2a5c2b210e2f3715bcc5ba9ef754a5099a85d0 Mon Sep 17 00:00:00 2001 From: Nacho Caballero Date: Mon, 26 Jun 2023 13:16:26 +0200 Subject: [PATCH] Remove tip from scales.md Probably not needed now that #1285 was closed by #1718 --- docs/features/scales.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/features/scales.md b/docs/features/scales.md index 36376e1d76..88c09c14fd 100644 --- a/docs/features/scales.md +++ b/docs/features/scales.md @@ -151,10 +151,6 @@ Plot.plot({x: {domain: [new Date("2021-01-01"), new Date("2022-01-01")], grid: t ``` ::: -:::tip -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. -::: - 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. :::plot https://observablehq.com/@observablehq/plot-continuous-scales