Commit 359820ba authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Fixed issue #31756

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68484 954022d7-b5bf-4e40-9824-e11837661b57
parent ca5d50da
...@@ -15201,7 +15201,7 @@ CLineSeries.prototype = ...@@ -15201,7 +15201,7 @@ CLineSeries.prototype =
} }
for(var i = 0; i < this.dPt.length; ++i) for(var i = 0; i < this.dPt.length; ++i)
{ {
c.addDPt(this.dPt.createDuplicate()); c.addDPt(this.dPt[i].createDuplicate());
} }
if(this.errBars) if(this.errBars)
{ {
......
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