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

правка для #21753

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51196 954022d7-b5bf-4e40-9824-e11837661b57
parent 0df9a4d9
...@@ -667,7 +667,7 @@ function calcAllMargin(isFormatCell,isformatCellScOy,minX,maxX,minY,maxY, chart) ...@@ -667,7 +667,7 @@ function calcAllMargin(isFormatCell,isformatCellScOy,minX,maxX,minY,maxY, chart)
{ {
tempScale = bar._otherProps._labels; tempScale = bar._otherProps._labels;
} }
var hBarTempLeft; var hBarTempLeft = 0;
if(tempScale != undefined && tempScale[tempScale.length -1] != undefined && bar._otherProps._ylabels != false) if(tempScale != undefined && tempScale[tempScale.length -1] != undefined && bar._otherProps._ylabels != false)
{ {
//left = bar.context.measureText(bar.scale[bar.scale.length -1]).width; //left = bar.context.measureText(bar.scale[bar.scale.length -1]).width;
......
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