added option for line chart bg fill opacity

This commit is contained in:
Thomas Knierim 2022-12-26 15:06:53 +07:00
parent 830d4bdd21
commit a767b3e1af
3 changed files with 10 additions and 1 deletions

View file

@ -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