Commit 732cb5a9 authored by Dmitry.Vikulov's avatar Dmitry.Vikulov Committed by Alexander.Trofimov

в окне iframe не синхронизировалось имя оси Y

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51219 954022d7-b5bf-4e40-9824-e11837661b57
parent 52697561
......@@ -4691,8 +4691,10 @@ function DrawingObjects() {
}
if ( api.isChartEditor ) {
if ( aObjects.length && aObjects[0].isChart() )
if ( aObjects.length && aObjects[0].isChart() ) {
aObjects[0].graphicObject.syncAscChart();
return new asc_CChart(aObjects[0].graphicObject.chart);
}
}
var chart = this.controller.getAscChartObject();
......
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