Commit f859c768 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@49619 954022d7-b5bf-4e40-9824-e11837661b57
parent 710faa48
......@@ -1480,9 +1480,9 @@ function drawChart(chart, arrValues, width, height, options) {
if(chart.reSeries[j].OutlineColor)
{
if(options)
chart.reSeries[j].OutlineColor.Calculate(theme, colorMap, RGBA);
else
chart.reSeries[j].OutlineColor.Calculate(theme, slide, layout, masterSlide, RGBA)
else
chart.reSeries[j].OutlineColor.Calculate(theme, colorMap, RGBA);
rgba = chart.reSeries[j].OutlineColor.RGBA;
curColor = getHexColor(rgba.R, rgba.G, rgba.B);
bar._otherProps._colors[j] = curColor;
......
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