Commit 4802ca51 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@47503 954022d7-b5bf-4e40-9824-e11837661b57
parent 384f6c85
...@@ -2176,7 +2176,6 @@ function calculatePosiitionObjects(type) ...@@ -2176,7 +2176,6 @@ function calculatePosiitionObjects(type)
var axisTitleProp = getMaxPropertiesText(context,font, bar._xAxisTitle._text); var axisTitleProp = getMaxPropertiesText(context,font, bar._xAxisTitle._text);
var hpos = (bar.canvas.width - bar._chartGutter._left - bar._chartGutter._right)/2 - axisTitleProp.width/2 + bar._chartGutter._left; var hpos = (bar.canvas.width - bar._chartGutter._left - bar._chartGutter._right)/2 - axisTitleProp.width/2 + bar._chartGutter._left;
var heigthText = (context.getHeightText()/0.75)*scale; var heigthText = (context.getHeightText()/0.75)*scale;
var ascenderText = (context.getAscenderText()/0.75)*scale;
if(bar._otherProps._key_halign == 'bottom') if(bar._otherProps._key_halign == 'bottom')
{ {
var font = getFontProperties("key"); var font = getFontProperties("key");
......
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