tweaks
This commit is contained in:
parent
9cf709daf1
commit
5962c7e8bc
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ func GetDefaultSeriesStrokeColor(index int) drawing.Color {
|
||||||
|
|
||||||
var (
|
var (
|
||||||
// DefaultAnnotationPadding is the padding around an annotation.
|
// 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 is the default canvas padding config.
|
||||||
DefaultBackgroundPadding = Box{Top: 5, Left: 5, Right: 5, Bottom: 5}
|
DefaultBackgroundPadding = Box{Top: 5, Left: 5, Right: 5, Bottom: 5}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue