From 15f5355013d4fe0e2e65a9aced3edf439e927d79 Mon Sep 17 00:00:00 2001 From: Will Charczuk Date: Thu, 14 Jul 2016 21:14:46 -0700 Subject: [PATCH] padding tweak. --- defaults.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults.go b/defaults.go index ba14735..6338daa 100644 --- a/defaults.go +++ b/defaults.go @@ -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} )