defaults are hard.
This commit is contained in:
parent
84e7baf2ef
commit
8b967158fd
2 changed files with 5 additions and 3 deletions
2
chart.go
2
chart.go
|
|
@ -479,7 +479,7 @@ func (c Chart) styleDefaultsSeries(seriesIndex int) Style {
|
|||
strokeColor := GetDefaultColor(seriesIndex)
|
||||
return Style{
|
||||
StrokeColor: strokeColor,
|
||||
StrokeWidth: DefaultStrokeWidth,
|
||||
StrokeWidth: DefaultSeriesLineWidth,
|
||||
Font: c.GetFont(),
|
||||
FontSize: DefaultFontSize,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue