adding helper

This commit is contained in:
Will Charczuk 2017-03-26 16:21:52 -07:00
parent 66e49377ce
commit a44401b5ca

View File

@ -28,8 +28,8 @@ func StyleTextDefaults() Style {
return Style{ return Style{
Show: true, Show: true,
Font: font, Font: font,
FontColor: DefaultAxisColor, FontColor: DefaultTextColor,
FontSize: DefaultAxisFontSize, FontSize: DefaultTitleFontSize,
} }
} }