Commit 2468557b authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

delete _segments

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51875 954022d7-b5bf-4e40-9824-e11837661b57
parent e4d66f1c
......@@ -48,8 +48,6 @@ OfficeExcel.OtherProps = function()
this._exploded = 0;
this._segments = [];
this._area_border = true; // граница для всей области диаграммы
this._align = 'center';
......
......@@ -197,10 +197,6 @@
//this.context.stroke();
this.context.fill();
/**
* Calculate the segment angle
*/
this._otherProps._segments.push([subTotal, subTotal + radians]);
this.subTotal += radians;
}
......
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