Commit 31e52546 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@48342 954022d7-b5bf-4e40-9824-e11837661b57
parent 1e95b001
......@@ -1812,8 +1812,10 @@
if ((
(i == 0 && coords[i])
/*|| (yPos < this._chartGutter._top)
/*|| (yPos < this._chartGutter._top)
|| (prevY < this._chartGutter._top)*/
|| yPos == ''
|| prevY == ''
|| (yPos > (height - this._chartGutter._bottom))
|| (i > 0 && prevX > (width - this._chartGutter._right))
|| (i > 0 && prevY > (height - this._chartGutter._bottom))
......
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