Commit 6f426561 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

правка бага с неправильным расчетом размеров и позиции верт. заголовка при наборе текста .

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@53354 954022d7-b5bf-4e40-9824-e11837661b57
parent 91f5fd15
......@@ -628,7 +628,7 @@ CChartAsGroup.prototype =
if(typeof this.chart.yAxis.title === "string" && this.chart.yAxis.title.length > 0)
{
var chart_title = new CChartTitle(this, CHART_TITLE_TYPE_H_AXIS);
var chart_title = new CChartTitle(this, CHART_TITLE_TYPE_V_AXIS);
var tx_body = new CTextBody(chart_title);
tx_body.setVert(90);
var title_str = this.chart.yAxis.title;
......@@ -663,7 +663,7 @@ CChartAsGroup.prototype =
if(typeof this.chart.yAxis.title === "string" && this.chart.yAxis.title.length > 0)
{
var chart_title = new CChartTitle(this, CHART_TITLE_TYPE_H_AXIS);
var chart_title = new CChartTitle(this, CHART_TITLE_TYPE_V_AXIS);
var tx_body = new CTextBody(chart_title);
tx_body.setVert(90);
var title_str = this.chart.yAxis.title;
......
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