Commit 58bc7afe authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

правка для подписей оси OY(HBar)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49234 954022d7-b5bf-4e40-9824-e11837661b57
parent 79686fbd
......@@ -2062,6 +2062,8 @@ function drawChart(chart, arrValues, width, height) {
{
labels[i] = NumCache[i].val;
}
if(chart.type == 'HBar')
labels = OfficeExcel.array_reverse(labels);
bar._otherProps._labels = labels;
}
//выставляем параметры текса
......
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