Commit 0b35cefe 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@54198 954022d7-b5bf-4e40-9824-e11837661b57
parent 0ab323ac
......@@ -132,7 +132,6 @@ CChartSpace.prototype.canRotate = function()
};
CChartSpace.prototype.createResizeTrack = CShape.prototype.createResizeTrack;
CChartSpace.prototype.createMoveTrack = CShape.prototype.createMoveTrack;
CChartSpace.prototype.getAspect = CShape.prototype.getAspect;
......@@ -362,8 +361,6 @@ CChartSpace.prototype.hitInWorkArea = function()
return false;
};
function CreateUnfilFromRGB(r, g, b)
{
var ret = new CUniFill();
......@@ -374,8 +371,6 @@ function CreateUnfilFromRGB(r, g, b)
return ret;
}
function CreateColorMapByIndex(index)
{
var ret = [];
......@@ -1403,7 +1398,7 @@ CChartSpace.prototype.recalculateUpDownBars = function()
default_down_bars_fill.merge(down_bars.Fill);
}
default_down_bars_fill.calculate(parents.theme, parents.slide, parents.layout, parents.master, {R: 0, G: 0, B: 0, A: 255});
this.chart.plotArea.chart.upDownBars.downBarsBrush = default_up_bars_fill;
this.chart.plotArea.chart.upDownBars.downBarsBrush = default_down_bars_fill;
var down_bars_line = default_bar_line.createDuplicate();
if(down_bars.ln)
down_bars_line.merge(down_bars.ln);
......
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