Commit 213e0791 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55326 954022d7-b5bf-4e40-9824-e11837661b57
parent a0c5d28b
......@@ -102,7 +102,10 @@ CChartsDrawer.prototype =
//делаем полный пресчёт
this.areaChart.reCalculate(this.calcProp, null, this);
if(this.calcProp.type != "Pie" && this.calcProp.type != "DoughnutChart")
this.gridChart.reCalculate(this.calcProp, this, chartSpace);
this.allAreaChart.reCalculate(this.calcProp);
if(this.calcProp.type != "Pie" && this.calcProp.type != "DoughnutChart")
......@@ -130,9 +133,9 @@ CChartsDrawer.prototype =
{
this.catAxisChart.draw(this.calcProp, cShapeDrawer, chartSpace);
this.valAxisChart.draw(this.calcProp, cShapeDrawer, chartSpace);
this.gridChart.draw(this.calcProp, cShapeDrawer, chartSpace);
}
this.gridChart.draw(this.calcProp, cShapeDrawer, chartSpace);
this.chart.draw(this, cShapeDrawer, chartSpace);
},
......
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