diff options
author | xuri <xuri.me@gmail.com> | 2019-06-14 00:05:10 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2019-06-14 00:05:10 +0800 |
commit | dc0869fde3a717009eb4aeff6a26387f0495b655 (patch) | |
tree | 642546d47c8efdd2f0996a39a28d06df4d65385a /xmlChart.go | |
parent | e124f6000a2ea731b96a07d6bf2901781e272d90 (diff) |
support to create cone, pyramid and cylinder series chart for column and bar types
Diffstat (limited to 'xmlChart.go')
-rw-r--r-- | xmlChart.go | 1 |
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"` |