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
|
|
@ -71,6 +71,8 @@ type ChartOption struct {
|
|||
BarHeight int
|
||||
// Fill the area of line chart
|
||||
FillArea bool
|
||||
// background fill (alpha) opacity
|
||||
Opacity uint8
|
||||
// The child charts
|
||||
Children []ChartOption
|
||||
// The value formatter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue