feat: support stroke width of line chart
This commit is contained in:
parent
817fceff73
commit
e530adccb6
4 changed files with 15 additions and 5 deletions
|
|
@ -64,6 +64,8 @@ type ChartOption struct {
|
|||
BackgroundColor Color
|
||||
// The flag for show symbol of line, set this to *false will hide symbol
|
||||
SymbolShow *bool
|
||||
// The stroke width of line chart
|
||||
LineStrokeWidth float64
|
||||
// The child charts
|
||||
Children []ChartOption
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue