diff options
author | xuri <xuri.me@gmail.com> | 2019-09-24 21:53:19 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2019-09-24 21:53:19 +0800 |
commit | a34d3b8c86d67d3ad0bc0dbedb69d3b4ebbc210f (patch) | |
tree | b281ae447cdf2f9355cde1d04098db664882a759 /xmlChart.go | |
parent | 75d66a03f33f25c29167c5f75ee8a4cc58598420 (diff) |
Compatibility improvement
Diffstat (limited to 'xmlChart.go')
-rw-r--r-- | xmlChart.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmlChart.go b/xmlChart.go index bb4b4bc..19e86e2 100644 --- a/xmlChart.go +++ b/xmlChart.go @@ -293,9 +293,10 @@ type cAutoTitleDeleted struct { type cView3D struct { RotX *attrValInt `xml:"rotX"` RotY *attrValInt `xml:"rotY"` + RAngAx *attrValInt `xml:"rAngAx"` DepthPercent *attrValInt `xml:"depthPercent"` Perspective *attrValInt `xml:"perspective"` - RAngAx *attrValInt `xml:"rAngAx"` + ExtLst *xlsxExtLst `xml:"extLst"` } // cPlotArea directly maps the plotArea element. This element specifies the |