Skip to content

Commit

Permalink
change bar chart bar color (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincerubinetti authored Aug 12, 2019
1 parent 8b0aadd commit ee3b0fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/disease-contributions.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export class DiseaseContributions extends Component {
options={{
legend: 'none',
backgroundColor: 'none',
colors: ['#02b3e4'],
title:
'Components of the predicted association between ' +
diseaseName +
Expand Down
1 change: 1 addition & 0 deletions src/gene-contributions.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export class GeneContributions extends Component {
options={{
legend: 'none',
backgroundColor: 'none',
colors: ['#02b3e4'],
title:
'Components of the predicted association between ' +
diseaseName +
Expand Down

0 comments on commit ee3b0fa

Please sign in to comment.