Implement Multi-colored/Stacked barGraph

This commit is contained in:
dhilipkumars
2015-04-17 18:03:22 -04:00
parent 0f56f3acdd
commit 373cd50f32
4 changed files with 253 additions and 0 deletions

View File

@@ -26,6 +26,9 @@ type ColorScheme struct {
BarChartBar Attribute
BarChartText Attribute
BarChartNum Attribute
MBarChartBar Attribute
MBarChartText Attribute
MBarChartNum Attribute
}
// default color scheme depends on the user's terminal setting.
@@ -52,6 +55,9 @@ var themeHelloWorld = ColorScheme{
BarChartBar: ColorRed,
BarChartNum: ColorWhite,
BarChartText: ColorCyan,
MBarChartBar: ColorRed,
MBarChartNum: ColorWhite,
MBarChartText: ColorCyan,
}
var theme = themeDefault // global dep