This commit is contained in:
Will Charczuk 2016-08-05 20:08:24 -07:00
parent 7bb3fbf810
commit 95d0bcca4b
5 changed files with 161 additions and 15 deletions

View file

@ -66,6 +66,11 @@ const (
DefaultFloatFormat = "%.2f"
// DefaultPercentValueFormat is the default percent format.
DefaultPercentValueFormat = "%0.2f%%"
// DefaultBarSpacing is the default pixel spacing between bars.
DefaultBarSpacing = 100
// DefaultBarWidth is the default pixel width of bars in a bar chart.
DefaultBarWidth = 50
)
var (