Commit 4e3c9fb7 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55087 954022d7-b5bf-4e40-9824-e11837661b57
parent 4f81c286
......@@ -2027,7 +2027,7 @@ CChartSpace.prototype.recalculateAxis = function()
}
else
{
y_ax.labels.x = rect.x + hor_interval_width*(crosses-arr_x_val[0]);
y_ax.labels.x = rect.x + hor_interval_width*(crosses-arr_x_val[0]) - y_ax.labels.extX;
}
y_ax.xPos = y_ax.labels.x + y_ax.labels.extX;
for(i = 0; i < arr_x_val.length; ++i)
......
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