We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51055bc commit 84a5565Copy full SHA for 84a5565
src/portals/SysBio/views/datasetsSummary/template.vue
@@ -55,7 +55,7 @@ import * as d3 from "d3";
55
const PIE_FIELDS = ["case_control", "ethnicity", "sex"];
56
const BAR_FIELDS = ["disease", "race"];
57
const CHART_WIDTH = 330;
58
-const THEME_COLORS = ["#E6007E", "#1F007B", "#00BFFF"];
+const THEME_COLORS = ["#EE4097", "#0000C6", "#00BFFF"];
59
60
export default {
61
name: "DatasetsSummary",
0 commit comments