diff options
Diffstat (limited to 'xmlChart.go')
-rw-r--r-- | xmlChart.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmlChart.go b/xmlChart.go index 3271cbb..2f9b8d9 100644 --- a/xmlChart.go +++ b/xmlChart.go @@ -301,6 +301,8 @@ type cView3D struct { // plot area of the chart. type cPlotArea struct { Layout *string `xml:"c:layout"` + AreaChart *cCharts `xml:"c:areaChart"` + Area3DChart *cCharts `xml:"c:area3DChart"` BarChart *cCharts `xml:"c:barChart"` Bar3DChart *cCharts `xml:"c:bar3DChart"` DoughnutChart *cCharts `xml:"c:doughnutChart"` |