Commit 4974df45 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

проблема с сохранением заголовка x axis при сохранении bar chart

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51547 954022d7-b5bf-4e40-9824-e11837661b57
parent 1d73a5dc
......@@ -1002,6 +1002,7 @@ function BinaryChartWriter(memory)
var oTemp = xAxis;
xAxis = yAxis;
yAxis = oTemp;
oTemp = xAxisTitle;
xAxisTitle = yAxisTitle;
yAxisTitle = oTemp;
}
......
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