diff options
author | xuri <xuri.me@gmail.com> | 2020-12-14 20:56:51 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2020-12-14 20:56:51 +0800 |
commit | 77978ac68d3808060e58df41ebede4b9f3631641 (patch) | |
tree | a707a5667effddbb3ea4679b6dd055ef7da98877 /xmlChart.go | |
parent | ad79505173302fdd7619288b793497052e25a148 (diff) |
This closes #657 and closes #748, AddChart support custom marker symbol and symbol size, fix AddPicture auto fit failure with multi merged cells
Diffstat (limited to 'xmlChart.go')
-rw-r--r-- | xmlChart.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlChart.go b/xmlChart.go index c95393a..fffdddd 100644 --- a/xmlChart.go +++ b/xmlChart.go @@ -623,7 +623,7 @@ type formatChartSeries struct { Width float64 `json:"width"` } `json:"line"` Marker struct { - Type string `json:"type"` + Symbol string `json:"symbol"` Size int `json:"size"` Width float64 `json:"width"` Border struct { |