From 4f752ce2f67f52386b2893d61af7c5f9880df4c5 Mon Sep 17 00:00:00 2001 From: Mike Bostock Date: Thu, 7 Dec 2023 17:15:24 -0800 Subject: [PATCH] comment --- docs/features/markers.md | 2 +- src/scales/schemes.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features/markers.md b/docs/features/markers.md index 7fd8290392..d9396ac699 100644 --- a/docs/features/markers.md +++ b/docs/features/markers.md @@ -30,7 +30,7 @@ A **marker** defines a graphic drawn on vertices of a [line](../marks/line.md) o

-:::plot https://observablehq.com/d/cfc5b4e46aa18b57?intent=fork +:::plot https://observablehq.com/@observablehq/plot-line-chart-with-markers?intent=fork ```js-vue Plot.plot({ marks: [ diff --git a/src/scales/schemes.js b/src/scales/schemes.js index c1d53e93b5..0c7a4bf6c2 100644 --- a/src/scales/schemes.js +++ b/src/scales/schemes.js @@ -77,7 +77,7 @@ import { schemeYlOrRd } from "d3"; -// https://observablehq.com/d/b0f1d0a1d5778142 +// TODO https://github.com/d3/d3-scale-chromatic/pull/51 const schemeObservable10 = [ "#4269d0", "#efb118",