Commit 5b723b7e authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

правка для Bug 30377 ( Обрезаются линии графика и узлы в нулевых значениях горизонтальной оси)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68820 954022d7-b5bf-4e40-9824-e11837661b57
parent 6b3532d2
......@@ -192,10 +192,6 @@ CChartsDrawer.prototype =
}
this.gridChart.draw(this);
}
this.cShapeDrawer.bIsNoSmartAttack = true;
this.chart.draw(this);
this.cShapeDrawer.bIsNoSmartAttack = false;
if(this.calcProp.type != "Pie" && this.calcProp.type != "DoughnutChart")
{
......@@ -203,6 +199,10 @@ CChartsDrawer.prototype =
this.valAxisChart.draw(this);
this.serAxisChart.draw(this);
}
this.cShapeDrawer.bIsNoSmartAttack = true;
this.chart.draw(this);
this.cShapeDrawer.bIsNoSmartAttack = false;
}
},
......
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