Commit 586b63b7 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@48001 954022d7-b5bf-4e40-9824-e11837661b57
parent 2b8599f0
......@@ -1520,6 +1520,9 @@ function drawChart(chart, arrValues, width, height) {
}
else if(chart.type == 'HBar')
bar._otherProps._colors = bar._otherProps._colors;
if(chart.type == 'HBar')
bar._otherProps._colors = OfficeExcel.array_reverse(bar._otherProps._colors);
if((chart.legend.position == 'left' || chart.legend.position == 'right' ))
{
......
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