We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b7839 commit e2ee923Copy full SHA for e2ee923
src/scales.d.ts
@@ -28,6 +28,7 @@ type ColorSchemeCase =
28
| "Accent"
29
| "Category10"
30
| "Dark2"
31
+ | "Observable10"
32
| "Paired"
33
| "Pastel1"
34
| "Pastel2"
@@ -82,13 +83,14 @@ type ColorSchemeCase =
82
83
* - *Accent* - eight colors
84
* - *Category10* - ten colors
85
* - *Dark2* - eight colors
86
+ * - *Observable10* (default) - ten colors
87
* - *Paired* - twelve paired colors
88
* - *Pastel1* - nine colors
89
* - *Pastel2* - eight colors
90
* - *Set1* - nine colors
91
* - *Set2* - eight colors
92
* - *Set3* - twelve colors
- * - *Tableau10* (default) - ten colors
93
+ * - *Tableau10* - ten colors
94
*
95
* For diverging data, one of:
96
0 commit comments