Commit 8c1d907e authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 25146 - [CoEdit] Ошибка в консоли после получения диаграммы и ее копирования через ctrl

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57086 954022d7-b5bf-4e40-9824-e11837661b57
parent e6ee0b49
......@@ -2374,7 +2374,7 @@ DrawingObjectsController.prototype =
ret.putHorAxisLabel(hor_axis && hor_axis.title ? c_oAscChartHorAxisLabelShowSettings.noOverlay : c_oAscChartTitleShowSettings.none);
ret.putVertAxisLabel(vert_axis && vert_axis.title ? c_oAscChartVertAxisLabelShowSettings.rotated : c_oAscChartVertAxisLabelShowSettings.none); //TODO
var data_labels = plot_area.chart.dLbls;
var data_labels = plot_area.charts[0].dLbls;
if(data_labels)
{
ret.putShowSerName(data_labels.showSerName === true);
......
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