Skip to content

Commit

Permalink
adding helper
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Charczuk committed Mar 26, 2017
1 parent 66e4937 commit a44401b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ func StyleTextDefaults() Style {
return Style{
Show: true,
Font: font,
FontColor: DefaultAxisColor,
FontSize: DefaultAxisFontSize,
FontColor: DefaultTextColor,
FontSize: DefaultTitleFontSize,
}
}

Expand Down

0 comments on commit a44401b

Please sign in to comment.