summaryrefslogtreecommitdiff
path: root/xmlChart.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2019-09-26 22:28:14 +0800
committerxuri <xuri.me@gmail.com>2019-09-26 22:28:14 +0800
commiteb520ae27757d4bca276fa2894bf461d75df9b37 (patch)
tree5fa25471b3b6590f5314445b49f909002b2962cb /xmlChart.go
parent475fbf3856dd83c4813874570ae5ae2cb48ed421 (diff)
Improve compatibility for charts
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 19e86e2..69e119a 100644
--- a/xmlChart.go
+++ b/xmlChart.go
@@ -332,8 +332,8 @@ type cCharts struct {
VaryColors *attrValBool `xml:"varyColors"`
Wireframe *attrValBool `xml:"wireframe"`
Ser *[]cSer `xml:"ser"`
- Shape *attrValString `xml:"shape"`
DLbls *cDLbls `xml:"dLbls"`
+ Shape *attrValString `xml:"shape"`
HoleSize *attrValInt `xml:"holeSize"`
Smooth *attrValBool `xml:"smooth"`
Overlap *attrValInt `xml:"overlap"`