summaryrefslogtreecommitdiff
path: root/xmlChart.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2017-11-25 22:26:54 +0800
committerGitHub <noreply@github.com>2017-11-25 22:26:54 +0800
commit2dc385431d3b50bf3b83799dc8a822b8ef870577 (patch)
tree7b88102b0112ff66454b6d128c7279855cf953cc /xmlChart.go
parent3d231cb549a3be2754a1681b158731d381e9f600 (diff)
parentcc1d3fefc2227d5a2cc7c3d2f936ac42a9f7490a (diff)
Merge pull request #162 from rohanthewiz/master
Add stacked bar chart
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 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"`
}