From 0e657c887bf505d62ce3bf685c518cd0ed7bc558 Mon Sep 17 00:00:00 2001 From: xuri Date: Wed, 12 Oct 2022 00:06:09 +0800 Subject: This closes #1368, fixes number parsing issue, adds support for create a 3D line chart --- xmlChart.go | 1 + 1 file changed, 1 insertion(+) (limited to 'xmlChart.go') 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"` -- cgit v1.2.1