Skip to content

Commit

Permalink
removed options barBgColor and barFgColor from #153
Browse files Browse the repository at this point in the history
  • Loading branch information
mojoaxel committed Oct 30, 2018
1 parent aabc908 commit b7a618a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions care.js
Expand Up @@ -232,8 +232,6 @@ function makeGraphBox(label) {
options.barWidth= 5;
options.xOffset= 4;
options.maxHeight= 10;
options.barBgColor = 'cyan';
options.barFgColor = 'red';
options.labelColor = 'normal';
return options;
}
Expand Down

0 comments on commit b7a618a

Please sign in to comment.