From cc1d3fefc2227d5a2cc7c3d2f936ac42a9f7490a Mon Sep 17 00:00:00 2001 From: Rohan Allison Date: Mon, 20 Nov 2017 19:18:25 -0600 Subject: Add stacked bar chart --- xmlChart.go | 1 + 1 file changed, 1 insertion(+) (limited to 'xmlChart.go') 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"` } -- cgit v1.2.1