Commit d2a40f79 authored by Igor.Zotov's avatar Igor.Zotov

http://bugzserver/show_bug.cgi?id=26764 - Вместо скрытых значений остается...

http://bugzserver/show_bug.cgi?id=26764 - Вместо скрытых значений остается пустое место при отрисовке диаграммы после ее построения по фильтрованному диапазону со скрытыми значениями

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59609 954022d7-b5bf-4e40-9824-e11837661b57
parent 2a60faa6
...@@ -2207,10 +2207,11 @@ CChartsDrawer.prototype = ...@@ -2207,10 +2207,11 @@ CChartsDrawer.prototype =
{ {
if(!this.calcProp.ptCount) if(!this.calcProp.ptCount)
this.calcProp.ptCount = numCache.ptCount; this.calcProp.ptCount = numCache.ptCount;
}
//TODO возможно нужно будет проверку добавить на isHidden //TODO возможно нужно будет проверку добавить на isHidden
counter++; counter++;
} }
}
return counter; return counter;
} }
...@@ -2391,6 +2392,7 @@ drawBarChart.prototype = ...@@ -2391,6 +2392,7 @@ drawBarChart.prototype =
//} //}
} }
if(seria.length)
seriesCounter++; seriesCounter++;
} }
}, },
...@@ -3514,8 +3516,8 @@ drawHBarChart.prototype = ...@@ -3514,8 +3516,8 @@ drawHBarChart.prototype =
} }
} }
if(seria.length)
seriesCounter++; seriesCounter++;
} }
}, },
......
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