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

неправильная позиция у названия оси значений

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@67740 954022d7-b5bf-4e40-9824-e11837661b57
parent 33565b69
......@@ -267,7 +267,7 @@ CChartsDrawer.prototype =
{
var heightTitle = chartSpace.chart.plotArea.valAx.title.extY;
var y = (this.calcProp.chartGutter._top + this.calcProp.trueHeight / 2) / this.calcProp.pxToMM + heightTitle / 2;
var y = (this.calcProp.chartGutter._top + this.calcProp.trueHeight / 2) / this.calcProp.pxToMM - heightTitle / 2;
var x = standartMarginForCharts / this.calcProp.pxToMM;
if(chartSpace.chart.legend && !chartSpace.chart.legend.overlay && chartSpace.chart.legend.legendPos == LEGEND_POS_L)
......
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