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

http://bugzserver/show_bug.cgi?id=26651 - Потеря отрисовки диаграммы при...

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

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59521 954022d7-b5bf-4e40-9824-e11837661b57
parent cb86800b
......@@ -4081,7 +4081,7 @@ drawDoughnutChart.prototype =
for (var k = 0; k < numCache.ptCount; k++) {
idxPoint = this.cChartDrawer.getIdxPoint(this.chartProp.series[0], k);
idxPoint = this.cChartDrawer.getIdxPoint(this.chartProp.series[n], k);
brush = idxPoint ? idxPoint.brush : null;
pen = idxPoint ? idxPoint.pen : null;
......
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