Commit 764701f1 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

delete _xlabels_offset

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51878 954022d7-b5bf-4e40-9824-e11837661b57
parent 253f4a49
...@@ -746,7 +746,7 @@ ...@@ -746,7 +746,7 @@
*/ */
if (typeof(labels) == 'object' && labels && this._otherProps._xlabels) { if (typeof(labels) == 'object' && labels && this._otherProps._xlabels) {
var yOffset = 13 + Number(this._otherProps._xlabels_offset); var yOffset = 13;
/** /**
* Text angle * Text angle
......
...@@ -53,7 +53,6 @@ OfficeExcel.OtherProps = function() ...@@ -53,7 +53,6 @@ OfficeExcel.OtherProps = function()
this._align = 'center'; this._align = 'center';
this._xlabels = true; this._xlabels = true;
this._xlabels_offset = 0;
this._ylabels = true; this._ylabels = true;
this._ylabels_count = 5; this._ylabels_count = 5;
......
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