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

Bug 26564 - Ошибка в консоли после построения диаграммы по фильтрованному...

Bug 26564 - Ошибка в консоли после построения диаграммы по фильтрованному диапазону и попытке скрытия одной из строк

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58380 954022d7-b5bf-4e40-9824-e11837661b57
parent 101a78d8
......@@ -7667,9 +7667,9 @@ CChartSpace.prototype =
for(i = 0; i < series.length; ++i)
{
ser = series[i];
arr_str_labels.push(ser.getSeriesName());
if(ser.isHidden)
continue;
arr_str_labels.push(ser.getSeriesName());
calc_entry = new CalcLegendEntry(legend, this);
calc_entry.txBody = CreateTextBodyFromString(arr_str_labels[i], this.getDrawingDocument(), calc_entry);
entry = legend.findLegendEntryByIndex(i);
......
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