From b04107c4a374dfc0a625d1513b0e5cb1d907260b Mon Sep 17 00:00:00 2001 From: xuri Date: Sun, 23 Dec 2018 00:07:47 +0800 Subject: Resolve #311, create 2D/3D area, stacked area, 100% stacked area chart support --- xmlChart.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xmlChart.go') 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"` -- cgit v1.2.1