Skip to content

Commit

Permalink
documentation for d3/d3-scale-chromatic#51
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil committed Dec 1, 2023
1 parent 33b372d commit cc4c2fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/d3-scale-chromatic/categorical.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ const color = d3.scaleOrdinal(d3.schemeAccent);

[Source](https://github.com/d3/d3-scale-chromatic/blob/main/src/categorical/Dark2.js) · An array of eight categorical colors represented as RGB hexadecimal strings.

## schemeObservable10 {#schemeObservable10}

<ColorSwatches :colors="d3.schemeObservable10" />

[Source](https://github.com/d3/d3-scale-chromatic/blob/main/src/categorical/observable10.js) · An array of ten categorical colors represented as RGB hexadecimal strings.

## schemePaired {#schemePaired}

<ColorSwatches :colors="d3.schemePaired" />
Expand Down

0 comments on commit cc4c2fb

Please sign in to comment.