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

правки для tickmarks

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56426 954022d7-b5bf-4e40-9824-e11837661b57
parent f5d5428a
......@@ -7738,7 +7738,7 @@ catAxisChart.prototype =
{
posMinorX = posX + n * minorStep;
if(posMinorX > xPoints[xPoints.length - 1].pos || posMinorX < xPoints[0].pos)
if(posMinorX > xPoints[xPoints.length - 1].pos)
break;
if(!this.paths.minorTickMarks)
......@@ -7900,11 +7900,12 @@ valAxisChart.prototype =
_calculateTickMark : function()
{
var widthLine, widthMinorLine;
var widthLine = 0, widthMinorLine = 0;
switch ( this.chartSpace.chart.plotArea.valAx.majorTickMark )
{
case TICK_MARK_CROSS:
{
widthLine = 0;
break;
}
case TICK_MARK_IN:
......@@ -7928,6 +7929,7 @@ valAxisChart.prototype =
{
case TICK_MARK_CROSS:
{
widthMinorLine = 3;
break;
}
case TICK_MARK_IN:
......
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