added option for line chart bg fill opacity
This commit is contained in:
parent
830d4bdd21
commit
a767b3e1af
3 changed files with 10 additions and 1 deletions
|
|
@ -409,6 +409,7 @@ func Render(opt ChartOption, opts ...OptionFunc) (*Painter, error) {
|
|||
SymbolShow: opt.SymbolShow,
|
||||
StrokeWidth: opt.LineStrokeWidth,
|
||||
FillArea: opt.FillArea,
|
||||
Opacity: opt.Opacity,
|
||||
}).render(renderResult, lineSeriesList)
|
||||
return err
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue