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

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55005 954022d7-b5bf-4e40-9824-e11837661b57
parent c6419ef9
......@@ -415,7 +415,7 @@ CChartsDrawer.prototype =
else if(labelsMargin == 0 && keyMargin != 0 && topMainTitleMargin != 0)
result = 2 * standartMargin;
else if(labelsMargin != 0 && keyMargin == 0 && topMainTitleMargin != 0)
result = 2 * standartMargin;
result = standartMargin;
else if(labelsMargin != 0 && keyMargin != 0 && topMainTitleMargin != 0)
result = 2 * standartMargin;
......
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