Skip to content

Commit

Permalink
type the observable10 color scheme (#1954)
Browse files Browse the repository at this point in the history
* type the observable10 color scheme
* order, fix comment
  • Loading branch information
Fil authored Dec 21, 2023
1 parent fbe876e commit ae6dcef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/scales.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ type ColorSchemeCase =
| "Accent"
| "Category10"
| "Dark2"
| "Observable10"
| "Paired"
| "Pastel1"
| "Pastel2"
Expand Down Expand Up @@ -82,13 +83,14 @@ type ColorSchemeCase =
* - *Accent* - eight colors
* - *Category10* - ten colors
* - *Dark2* - eight colors
* - *Observable10* (default) - ten colors
* - *Paired* - twelve paired colors
* - *Pastel1* - nine colors
* - *Pastel2* - eight colors
* - *Set1* - nine colors
* - *Set2* - eight colors
* - *Set3* - twelve colors
* - *Tableau10* (default) - ten colors
* - *Tableau10* - ten colors
*
* For diverging data, one of:
*
Expand Down

0 comments on commit ae6dcef

Please sign in to comment.