defaults
This commit is contained in:
parent
0cbdb3d88c
commit
84e7baf2ef
2 changed files with 7 additions and 2 deletions
4
chart.go
4
chart.go
|
|
@ -463,7 +463,7 @@ func (c Chart) styleDefaultsBackground() Style {
|
|||
return Style{
|
||||
FillColor: DefaultBackgroundColor,
|
||||
StrokeColor: DefaultBackgroundStrokeColor,
|
||||
StrokeWidth: DefaultStrokeWidth,
|
||||
StrokeWidth: DefaultBackgroundStrokeWidth,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -471,7 +471,7 @@ func (c Chart) styleDefaultsCanvas() Style {
|
|||
return Style{
|
||||
FillColor: DefaultCanvasColor,
|
||||
StrokeColor: DefaultCanvasStrokeColor,
|
||||
StrokeWidth: DefaultStrokeWidth,
|
||||
StrokeWidth: DefaultCanvasStrokeWidth,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue