From 77978ac68d3808060e58df41ebede4b9f3631641 Mon Sep 17 00:00:00 2001 From: xuri Date: Mon, 14 Dec 2020 20:56:51 +0800 Subject: This closes #657 and closes #748, AddChart support custom marker symbol and symbol size, fix AddPicture auto fit failure with multi merged cells --- xmlChart.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlChart.go') 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 { -- cgit v1.2.1