summaryrefslogtreecommitdiff
path: root/xmlChart.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2019-06-14 00:05:10 +0800
committerxuri <xuri.me@gmail.com>2019-06-14 00:05:10 +0800
commitdc0869fde3a717009eb4aeff6a26387f0495b655 (patch)
tree642546d47c8efdd2f0996a39a28d06df4d65385a /xmlChart.go
parente124f6000a2ea731b96a07d6bf2901781e272d90 (diff)
support to create cone, pyramid and cylinder series chart for column and bar types
Diffstat (limited to 'xmlChart.go')
-rw-r--r--xmlChart.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlChart.go b/xmlChart.go
index d23364c..15c8812 100644
--- a/xmlChart.go
+++ b/xmlChart.go
@@ -324,6 +324,7 @@ type cCharts struct {
ScatterStyle *attrValString `xml:"scatterStyle"`
VaryColors *attrValBool `xml:"varyColors"`
Ser *[]cSer `xml:"ser"`
+ Shape *attrValString `xml:"shape"`
DLbls *cDLbls `xml:"dLbls"`
HoleSize *attrValInt `xml:"holeSize"`
Smooth *attrValBool `xml:"smooth"`