removing this default.
This commit is contained in:
parent
771bfbd9fb
commit
43f52ee781
2 changed files with 0 additions and 1 deletions
1
chart.go
1
chart.go
|
@ -406,7 +406,6 @@ func (c Chart) getSeriesStyleDefaults(seriesIndex int) Style {
|
||||||
return Style{
|
return Style{
|
||||||
StrokeColor: strokeColor,
|
StrokeColor: strokeColor,
|
||||||
StrokeWidth: DefaultStrokeWidth,
|
StrokeWidth: DefaultStrokeWidth,
|
||||||
FillColor: strokeColor.WithAlpha(100),
|
|
||||||
Font: c.Font,
|
Font: c.Font,
|
||||||
FontSize: DefaultFontSize,
|
FontSize: DefaultFontSize,
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
Loading…
Reference in a new issue