Commit 07f84d15 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

+ к rev.60577

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60582 954022d7-b5bf-4e40-9824-e11837661b57
parent 24799be2
......@@ -6185,7 +6185,7 @@ catAxisChart.prototype =
//промежуточные линии
if(widthMinorLine !== 0)
{
for(var n = 0; n < this.chartProp.numhMinorlines; n++)
for(var n = 1; n < this.chartProp.numhMinorlines; n++)
{
posMinorY = posY - n * minorStep * tickMarkSkip;
......@@ -6315,7 +6315,7 @@ catAxisChart.prototype =
this.cChartDrawer.drawPath(path, pen);
//промежуточные линии
if(i != this.chartProp.numvlines && this.paths.minorTickMarks && this.paths.minorTickMarks[i])
if(this.paths.minorTickMarks && this.paths.minorTickMarks[i])
{
for(var n = 0; n < this.paths.minorTickMarks[i].length ; n++)
{
......
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