Quick fix of problem with thresholding

git-svn-id: https://flot.googlecode.com/svn/trunk@152 1e0a6537-2640-0410-bfb7-f154510ff394
pull/1/head
olau@iola.dk 17 years ago
parent 5d9eb59065
commit ffd8183b9e

@ -416,6 +416,9 @@
p.push(x);
p.push(y);
for (m = 2; m < incr; ++m)
p[j + m] = points[j + m];
}
// possibly split lines

Loading…
Cancel
Save