Skip to content

Commit

Permalink
use tableu20 colors as default
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianmroz-allegro committed Dec 6, 2022
1 parent fc92d6c commit 9e63704
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions src/common/models/colors/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,26 @@
import { hsl, range, rgb } from "d3";

export const DEFAULT_SERIES_COLORS = [
"#2D95CA",
"#EFB925",
"#DA4E99",
"#4CC873",
"#745CBD",
"#EA7136",
"#E68EE0",
"#218C35",
"#B0B510",
"#904064"
"#4E79A7",
"#A0CBE8",
"#F28E2B",
"#FFBE7D",
"#59A14F",
"#8CD17D",
"#B6992D",
"#F1CE63",
"#499894",
"#86BCB6",
"#E15759",
"#FF9D9A",
"#79706E",
"#BAB0AC",
"#D37295",
"#FABFD2",
"#B07AA1",
"#D4A6C8",
"#9D7660",
"#D7B5A6"
];

export const DEFAULT_MAIN_COLOR = "#FF5900";
Expand Down

0 comments on commit 9e63704

Please sign in to comment.