feat: support fill area of line chart

This commit is contained in:
vicanso 2022-08-25 20:19:05 +08:00
parent 93e03856ca
commit dc1a89d3ff
6 changed files with 130 additions and 1 deletions

View file

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