Commit 0dd6aed0 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

Bug 28489 - [Autosave] [Charts] Построение диаграммы с подписями или изменение...

Bug 28489 - [Autosave] [Charts] Построение диаграммы с подписями или изменение ее цветовой схемы приводит к ошибке в консоли и повреждению файла 

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@61080 954022d7-b5bf-4e40-9824-e11837661b57
parent 9d0320e8
...@@ -7353,7 +7353,7 @@ CChartSpace.prototype = ...@@ -7353,7 +7353,7 @@ CChartSpace.prototype =
var hor_axis = this.chart.plotArea.getHorizontalAxis(); var hor_axis = this.chart.plotArea.getHorizontalAxis();
if(hor_axis && hor_axis.title) if(hor_axis && hor_axis.title)
{ {
hor_axis.checkAfterChangeTheme(); hor_axis.title.checkAfterChangeTheme();
} }
var vert_axis = this.chart.plotArea.getVerticalAxis(); var vert_axis = this.chart.plotArea.getVerticalAxis();
if(vert_axis && vert_axis.title) if(vert_axis && vert_axis.title)
......
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