diff options
author | Rohan Allison <rohan.allison@cbre.com> | 2017-11-20 19:18:25 -0600 |
---|---|---|
committer | rohanthewiz@gmail.com <rohanthewiz@gmail.com> | 2017-11-24 11:29:35 -0600 |
commit | cc1d3fefc2227d5a2cc7c3d2f936ac42a9f7490a (patch) | |
tree | 9b83736a7186699f0c6fdfb5e79a9a1cb164d5ff /xmlChart.go | |
parent | 90998bfb4daac6e38346c03f41cb3c4e78b1ef7a (diff) |
Add stacked bar chart
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 5ca3586..229760e 100644 --- a/xmlChart.go +++ b/xmlChart.go @@ -316,6 +316,7 @@ type cCharts struct { DLbls *cDLbls `xml:"c:dLbls"` HoleSize *attrValInt `xml:"c:holeSize"` Smooth *attrValBool `xml:"c:smooth"` + Overlap *attrValInt `xml:"c:overlap"` AxID []*attrValInt `xml:"c:axId"` } |