From 5962c7e8bc09137ce4f22caad72523d21e941980 Mon Sep 17 00:00:00 2001 From: Will Charczuk Date: Mon, 11 Jul 2016 00:18:55 -0700 Subject: [PATCH] tweaks --- defaults.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults.go b/defaults.go index f287438..b529928 100644 --- a/defaults.go +++ b/defaults.go @@ -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} )