adding helper
This commit is contained in:
parent
66e49377ce
commit
a44401b5ca
1 changed files with 2 additions and 2 deletions
4
style.go
4
style.go
|
@ -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,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue