Merge pull request #281 from tvso/miscellaneous

fix unknown option in JSON struct tag
This commit is contained in:
xuri 2018-10-28 00:01:16 +08:00 committed by GitHub
commit 7adb8f8a2e
1 changed files with 2 additions and 2 deletions

View File

@ -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"`