Commit a32ac3aa authored by Sergey Luzyanin's avatar Sergey Luzyanin

Bug #32041 - MS Excel считает экспортированную книгу поврежденной и удаляет в...

Bug #32041 - MS Excel считает экспортированную книгу поврежденной и удаляет в 3D диаграмму типа Column или Bar с включенным отображением подписей данных
parent cd36107a
...@@ -3182,6 +3182,10 @@ DrawingObjectsController.prototype = ...@@ -3182,6 +3182,10 @@ DrawingObjectsController.prototype =
finish_dlbl_pos = DLBL_POS_CTR; finish_dlbl_pos = DLBL_POS_CTR;
} }
} }
if(chart.view3D)
{
finish_dlbl_pos = null;
}
break; break;
} }
case historyitem_type_LineChart: case historyitem_type_LineChart:
......
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