Commit bd9cb14e authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix bugs in charts

parent cd8c6e37
...@@ -3260,7 +3260,7 @@ DrawingObjectsController.prototype = ...@@ -3260,7 +3260,7 @@ DrawingObjectsController.prototype =
{ {
if(type === c_oAscChartTypeSettings.pie3d) if(type === c_oAscChartTypeSettings.pie3d)
{ {
if(!chart.view3D) //if(!chart.view3D)
{ {
chart.setView3D(new AscFormat.CView3d()); chart.setView3D(new AscFormat.CView3d());
} }
......
...@@ -1126,10 +1126,10 @@ ...@@ -1126,10 +1126,10 @@
window['AscDFH'].historyitem_Layout_SetH = 2101; window['AscDFH'].historyitem_Layout_SetH = 2101;
window['AscDFH'].historyitem_Layout_SetHMode = 2102; window['AscDFH'].historyitem_Layout_SetHMode = 2102;
window['AscDFH'].historyitem_Layout_SetLayoutTarget = 2103; window['AscDFH'].historyitem_Layout_SetLayoutTarget = 2103;
window['AscDFH'].historyitem_Layout_SetW = 2103; window['AscDFH'].historyitem_Layout_SetW = 2108;
window['AscDFH'].historyitem_Layout_SetWMode = 2104; window['AscDFH'].historyitem_Layout_SetWMode = 2104;
window['AscDFH'].historyitem_Layout_SetX = 2105; window['AscDFH'].historyitem_Layout_SetX = 2105;
window['AscDFH'].historyitem_Layout_SetXMode = 2105; window['AscDFH'].historyitem_Layout_SetXMode = 2109;
window['AscDFH'].historyitem_Layout_SetY = 2106; window['AscDFH'].historyitem_Layout_SetY = 2106;
window['AscDFH'].historyitem_Layout_SetYMode = 2107; window['AscDFH'].historyitem_Layout_SetYMode = 2107;
window['AscDFH'].historyitem_LegendEntry_SetDelete = 2108; window['AscDFH'].historyitem_LegendEntry_SetDelete = 2108;
......
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