feat: support fill area of line chart
This commit is contained in:
parent
93e03856ca
commit
dc1a89d3ff
6 changed files with 130 additions and 1 deletions
|
|
@ -66,6 +66,8 @@ type ChartOption struct {
|
|||
SymbolShow *bool
|
||||
// The stroke width of line chart
|
||||
LineStrokeWidth float64
|
||||
// Fill the area of line chart
|
||||
FillArea bool
|
||||
// The child charts
|
||||
Children []ChartOption
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue