fix unknown option in JSON struct tag

formula
tvso 6 years ago
parent 42c3541f68
commit 0ef2324f0b

@ -591,7 +591,7 @@ type formatChartSeries struct {
} `json:"line"`
Marker struct {
Type string `json:"type"`
Size int `json:"size,"`
Size int `json:"size"`
Width float64 `json:"width"`
Border struct {
Color string `json:"color"`

Loading…
Cancel
Save