Skip to content

Commit

Permalink
Remove unused chartdraw.DefaultMinimumFontSize constant
Browse files Browse the repository at this point in the history
  • Loading branch information
jentfoo committed Jan 24, 2025
1 parent a227a10 commit 5092409
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions chartdraw/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ const (
DefaultAxisLineWidth = 1.0
//DefaultDPI is the default dots per inch for the chart.
DefaultDPI = 92.0
// DefaultMinimumFontSize is the default minimum font size.
DefaultMinimumFontSize = 8.0
// DefaultFontSize is the default font size.
DefaultFontSize = 10.0
// DefaultTitleFontSize is the default title font size.
Expand Down
3 changes: 1 addition & 2 deletions chartdraw/style.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ func Shown() Style {
}
}

// StyleTextDefaults returns a style for drawing outside a
// chart context.
// StyleTextDefaults returns a style for drawing outside a chart context.
func StyleTextDefaults() Style {
return Style{
Hidden: false,
Expand Down

0 comments on commit 5092409

Please sign in to comment.