Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Dec 8, 2023
1 parent 1658af5 commit 4f752ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/features/markers.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ A **marker** defines a graphic drawn on vertices of a [line](../marks/line.md) o
</label>
</p>

:::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: [
Expand Down
2 changes: 1 addition & 1 deletion src/scales/schemes.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4f752ce

Please sign in to comment.