summaryrefslogtreecommitdiff
path: root/xmlChart.go
diff options
context:
space:
mode:
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 53755f3..9024770 100644
--- a/xmlChart.go
+++ b/xmlChart.go
@@ -309,6 +309,7 @@ type cPlotArea struct {
BubbleChart *cCharts `xml:"bubbleChart"`
DoughnutChart *cCharts `xml:"doughnutChart"`
LineChart *cCharts `xml:"lineChart"`
+ Line3DChart *cCharts `xml:"line3DChart"`
PieChart *cCharts `xml:"pieChart"`
Pie3DChart *cCharts `xml:"pie3DChart"`
OfPieChart *cCharts `xml:"ofPieChart"`