basics of stacked bar.
This commit is contained in:
parent
020ec8f4a4
commit
a1fb284797
8 changed files with 272 additions and 25 deletions
2
chart.go
2
chart.go
|
|
@ -463,7 +463,7 @@ func (c Chart) styleDefaultsCanvas() Style {
|
|||
}
|
||||
|
||||
func (c Chart) styleDefaultsSeries(seriesIndex int) Style {
|
||||
strokeColor := GetDefaultSeriesStrokeColor(seriesIndex)
|
||||
strokeColor := GetDefaultColor(seriesIndex)
|
||||
return Style{
|
||||
StrokeColor: strokeColor,
|
||||
StrokeWidth: DefaultStrokeWidth,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue