forked from p30928647/excelize
fix unknown option in JSON struct tag
This commit is contained in:
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…
Reference in New Issue