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

Bug 27070 - Не применяются стилевые настройки для "updown bars" диаграммы stock

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60099 954022d7-b5bf-4e40-9824-e11837661b57
parent 59ddafc8
......@@ -153,6 +153,8 @@ CChartSpace.prototype.handleUpdateStyle = function()
this.recalcInfo.recalculatePlotAreaPen = true;
this.recalcInfo.recalculateBrush = true;
this.recalcInfo.recalculatePen = true;
this.recalcInfo.recalculateHiLowLines = true;
this.recalcInfo.recalculateUpDownBars = true;
this.addToRecalculate();
};
......
......@@ -155,6 +155,8 @@ CChartSpace.prototype.handleUpdateStyle = function()
this.recalcInfo.recalculatePlotAreaPen = true;
this.recalcInfo.recalculateBrush = true;
this.recalcInfo.recalculatePen = true;
this.recalcInfo.recalculateHiLowLines = true;
this.recalcInfo.recalculateUpDownBars = true;
this.addToRecalculate();
};
CChartSpace.prototype.handleUpdateFill = function()
......
......@@ -178,6 +178,8 @@ CChartSpace.prototype.handleUpdateStyle = function()
this.recalcInfo.recalculatePlotAreaPen = true;
this.recalcInfo.recalculateBrush = true;
this.recalcInfo.recalculatePen = true;
this.recalcInfo.recalculateHiLowLines = true;
this.recalcInfo.recalculateUpDownBars = true;
this.addToRecalculate();
};
CChartSpace.prototype.canGroup = CShape.prototype.canGroup;
......
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