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