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
|
|
@ -96,6 +96,7 @@ func main() {
|
|||
Bottom: 10,
|
||||
}
|
||||
opt.SymbolShow = charts.FalseFlag()
|
||||
opt.LineStrokeWidth = 1
|
||||
},
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue