Commit 7de9e968 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

delete _effect_roundrobin_multiplier

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51876 954022d7-b5bf-4e40-9824-e11837661b57
parent 2468557b
...@@ -52,8 +52,6 @@ OfficeExcel.OtherProps = function() ...@@ -52,8 +52,6 @@ OfficeExcel.OtherProps = function()
this._align = 'center'; this._align = 'center';
this._effect_roundrobin_multiplier = 1;
this._xlabels = true; this._xlabels = true;
this._xlabels_offset = 0; this._xlabels_offset = 0;
this._xlabels_inside = false; this._xlabels_inside = false;
......
...@@ -134,8 +134,6 @@ ...@@ -134,8 +134,6 @@
if(centerx <= (this.radius + 14) || (this.canvas.width - (this.radius*2) - this._chartGutter._left) <= 14) if(centerx <= (this.radius + 14) || (this.canvas.width - (this.radius*2) - this._chartGutter._left) <= 14)
centerx = this.centerx; centerx = this.centerx;
radians = radians * this._otherProps._effect_roundrobin_multiplier;
context.beginPath(); context.beginPath();
context.fillStyle = color; context.fillStyle = color;
......
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