Commit 2e209dd0 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55553 954022d7-b5bf-4e40-9824-e11837661b57
parent 5f66b4be
......@@ -7247,6 +7247,13 @@ catAxisChart.prototype =
widthLine = - widthLine;
};
var orientation = this.chartSpace && this.chartSpace.chart.plotArea.valAx ? this.chartSpace.chart.plotArea.valAx.scaling.orientation : ORIENTATION_MIN_MAX;
if(orientation !== ORIENTATION_MIN_MAX)
{
widthMinorLine = - widthMinorLine;
widthLine = - widthLine;
}
if(!(widthLine === 0 && widthMinorLine === 0))
{
//исчключение для вертикальной оси
......
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