Steps to Reproduce
run the attachement
Current Result
chart.wpd:531 Uncaught TypeError: Cannot read property 'length' of undefined at chart.wpd:531 at Array.forEach (<anonymous>) at a.each (chart.wpd:28) at b.ZAxis.getSeriesExtremes (chart.wpd:531) at b.ZAxis.setScale (chart.wpd:156) at chart.wpd:270 at Array.forEach (<anonymous>) at a.each (chart.wpd:28) at a.Chart.render (chart.wpd:270) at a.Chart.<anonymous> (chart.wpd:504)
Expected Result
ignore Options3D if not supported by chart
Workaround
don't enable Options3d for polar charts
or disable 3D when switching between chart types
mychart.getOptions3D().setEnabled(false);