Commit 64262cd8 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@62031 954022d7-b5bf-4e40-9824-e11837661b57
parent 4cde4bcb
......@@ -4363,8 +4363,6 @@ CCatAx.prototype =
&&(props.getAxisType() === c_oAscAxisType.cat || props.getAxisType() === c_oAscAxisType.date)))
return;
var intervalBetweenTick = props.getIntervalBetweenTick();
var intervalBetweenLabelsRule = props.getIntervalBetweenLabelsRule();
var intervalBetweenLabels = props.getIntervalBetweenLabels();
......@@ -8660,7 +8658,7 @@ CValAx.prototype =
else
{
ret.putMinValRule(c_oAscValAxisRule.auto);
ret.putMaxVal(oMinMaxOnAxis.min);
ret.putMinVal(oMinMaxOnAxis.min);
}
//настройка ориентации оси
......
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