blessed-contrib
Advanced tools
Comparing version 2.3.1 to 2.3.2
@@ -72,2 +72,4 @@ var blessed = require('blessed') | ||
c.fillStyle = 'white'; | ||
if (this.options.labelColor) | ||
c.fillStyle = this.options.labelColor; | ||
if (this.options.showText) | ||
@@ -95,2 +97,2 @@ c.fillText(bar.titles[i], x + 1, this.canvasSize.height - 3); | ||
module.exports = Bar | ||
module.exports = Bar |
{ | ||
"name": "blessed-contrib", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,3 +7,5 @@ ## blessed-contrib | ||
You should also [check WOPR](https://github.com/yaronn/wopr): a markup for creating terminal reports, presentations and infographics. | ||
**Contributors:** | ||
@@ -10,0 +12,0 @@ |
70592
1537
540