This commit is contained in:
Will Charczuk 2016-07-11 00:18:55 -07:00
parent 9cf709daf1
commit 5962c7e8bc

View File

@ -100,7 +100,7 @@ func GetDefaultSeriesStrokeColor(index int) drawing.Color {
var (
// DefaultAnnotationPadding is the padding around an annotation.
DefaultAnnotationPadding = Box{Top: 5, Left: 0, Right: 7, Bottom: 5}
DefaultAnnotationPadding = Box{Top: 5, Left: 5, Right: 5, Bottom: 5}
// DefaultBackgroundPadding is the default canvas padding config.
DefaultBackgroundPadding = Box{Top: 5, Left: 5, Right: 5, Bottom: 5}
)