Skip to content

Commit

Permalink
Add schemeObservable10 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil committed Mar 12, 2024
1 parent 109cfa3 commit 14c9b25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/categorical/observable10.js
@@ -0,0 +1,3 @@
import colors from "../colors.js";

export default colors("4269d0efb118ff725c6cc5b03ca951ff8ab7a463f297bbf59c6b4e9498a0");
1 change: 1 addition & 0 deletions src/index.js
@@ -1,6 +1,7 @@
export {default as schemeCategory10} from "./categorical/category10.js";
export {default as schemeAccent} from "./categorical/Accent.js";
export {default as schemeDark2} from "./categorical/Dark2.js";
export {default as schemeObservable10} from "./categorical/observable10.js";
export {default as schemePaired} from "./categorical/Paired.js";
export {default as schemePastel1} from "./categorical/Pastel1.js";
export {default as schemePastel2} from "./categorical/Pastel2.js";
Expand Down
1 change: 1 addition & 0 deletions test/index-test.js
Expand Up @@ -51,6 +51,7 @@ it("exports the expected schemes", () => {
"schemeGnBu",
"schemeGreens",
"schemeGreys",
"schemeObservable10",
"schemeOrRd",
"schemeOranges",
"schemePRGn",
Expand Down

0 comments on commit 14c9b25

Please sign in to comment.