Skip to content

Commit

Permalink
(vup) vup and smoothed bars on stacked
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed May 17, 2024
1 parent 665519e commit 6d47fe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/bar_chart.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ func (c *BarChart) GetStacked(xData []string, yData [][]float64, zData [][]float
if len(opt.SeriesList) > 1 {
idx = 1
}
opt.SeriesList[idx].RoundRadius = 10
opt.SeriesList[idx].MarkPoint = charts.NewMarkPoint(
charts.SeriesMarkDataTypeMax,
charts.SeriesMarkDataTypeMin,
Expand Down

0 comments on commit 6d47fe0

Please sign in to comment.