diff options
author | xuri <xuri.me@gmail.com> | 2022-10-12 00:06:09 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2022-10-12 00:06:09 +0800 |
commit | 0e657c887bf505d62ce3bf685c518cd0ed7bc558 (patch) | |
tree | d0dce47211b4375430795a9d1d4abba5735b4359 /xmlChart.go | |
parent | c02346bafc6e098406f32ee0a183d45f3038c619 (diff) |
This closes #1368, fixes number parsing issue, adds support for create a 3D line chart
Diffstat (limited to 'xmlChart.go')
-rw-r--r-- | xmlChart.go | 1 |
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"` |