summaryrefslogtreecommitdiff
path: root/xmlChart.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2020-01-21 23:29:56 +0800
committerxuri <xuri.me@gmail.com>2020-01-21 23:29:56 +0800
commite2bd08c9111b0141c66adf232edb2fd729afa63f (patch)
treee47339e0ffcd80eb36ca473c0a73f7e1f709185e /xmlChart.go
parent0bb245523aada34c7b3d30f0f6e9b16d9f78e7b8 (diff)
Make DeleteChart delete multiple charts located on the same cell
Diffstat (limited to 'xmlChart.go')
-rw-r--r--xmlChart.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlChart.go b/xmlChart.go
index 5511469..8d24552 100644
--- a/xmlChart.go
+++ b/xmlChart.go
@@ -331,10 +331,10 @@ type cCharts struct {
RadarStyle *attrValString `xml:"radarStyle"`
ScatterStyle *attrValString `xml:"scatterStyle"`
OfPieType *attrValString `xml:"ofPieType"`
- SerLines *attrValString `xml:"serLines"`
VaryColors *attrValBool `xml:"varyColors"`
Wireframe *attrValBool `xml:"wireframe"`
Ser *[]cSer `xml:"ser"`
+ SerLines *attrValString `xml:"serLines"`
DLbls *cDLbls `xml:"dLbls"`
Shape *attrValString `xml:"shape"`
HoleSize *attrValInt `xml:"holeSize"`