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 7dee346 commit fe16fbdCopy full SHA for fe16fbd
src/common/models/colors/colors.ts
@@ -18,16 +18,26 @@
18
import { hsl, range, rgb } from "d3";
19
20
export const DEFAULT_SERIES_COLORS = [
21
- "#2D95CA",
22
- "#EFB925",
23
- "#DA4E99",
24
- "#4CC873",
25
- "#745CBD",
26
- "#EA7136",
27
- "#E68EE0",
28
- "#218C35",
29
- "#B0B510",
30
- "#904064"
+ "#4E79A7",
+ "#A0CBE8",
+ "#F28E2B",
+ "#FFBE7D",
+ "#59A14F",
+ "#8CD17D",
+ "#B6992D",
+ "#F1CE63",
+ "#499894",
+ "#86BCB6",
31
+ "#E15759",
32
+ "#FF9D9A",
33
+ "#79706E",
34
+ "#BAB0AC",
35
+ "#D37295",
36
+ "#FABFD2",
37
+ "#B07AA1",
38
+ "#D4A6C8",
39
+ "#9D7660",
40
+ "#D7B5A6"
41
];
42
43
export const DEFAULT_MAIN_COLOR = "#FF5900";
0 commit comments