padding tweak.

This commit is contained in:
Will Charczuk 2016-07-14 21:14:46 -07:00
parent 9532174fd1
commit 15f5355013

View File

@ -123,7 +123,7 @@ func GetDefaultSeriesStrokeColor(index int) drawing.Color {
var (
// DefaultAnnotationPadding is the padding around an annotation.
DefaultAnnotationPadding = Box{Top: 3, Left: 5, Right: 5, 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}
)