Commit d3554a90 authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 33318 - Ошибка Cannot read property 'x' of undefined(…) при смене типа...

fix Bug 33318 - Ошибка Cannot read property 'x' of undefined(…) при смене типа 3D диаграммы в XLSX книге
parent 9477f9d6
...@@ -3384,6 +3384,7 @@ DrawingObjectsController.prototype = ...@@ -3384,6 +3384,7 @@ DrawingObjectsController.prototype =
} }
new_chart_type.setGrouping(need_groupping); new_chart_type.setGrouping(need_groupping);
} }
chart_space.chart.setView3D(null);
break; break;
} }
case c_oAscChartTypeSettings.scatter: case c_oAscChartTypeSettings.scatter:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment