defaults are hard.

This commit is contained in:
Will Charczuk 2017-02-22 17:47:08 -08:00
parent 84e7baf2ef
commit 8b967158fd
2 changed files with 5 additions and 3 deletions

View file

@ -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,
}