From ee3b0fa02be95529e49ab81dd3b067d73ccc8932 Mon Sep 17 00:00:00 2001 From: Vincent Rubinetti Date: Mon, 12 Aug 2019 16:43:34 -0400 Subject: [PATCH] change bar chart bar color (#9) --- src/disease-contributions.js | 1 + src/gene-contributions.js | 1 + 2 files changed, 2 insertions(+) diff --git a/src/disease-contributions.js b/src/disease-contributions.js index 2325049..693fe35 100644 --- a/src/disease-contributions.js +++ b/src/disease-contributions.js @@ -37,6 +37,7 @@ export class DiseaseContributions extends Component { options={{ legend: 'none', backgroundColor: 'none', + colors: ['#02b3e4'], title: 'Components of the predicted association between ' + diseaseName + diff --git a/src/gene-contributions.js b/src/gene-contributions.js index 35de340..7b76eb7 100644 --- a/src/gene-contributions.js +++ b/src/gene-contributions.js @@ -37,6 +37,7 @@ export class GeneContributions extends Component { options={{ legend: 'none', backgroundColor: 'none', + colors: ['#02b3e4'], title: 'Components of the predicted association between ' + diseaseName +