diff --git a/jquery.flot.js b/jquery.flot.js index fc49a23..e2fd767 100644 --- a/jquery.flot.js +++ b/jquery.flot.js @@ -418,7 +418,7 @@ p.push(y); for (m = 2; m < incr; ++m) - p[j + m] = points[j + m]; + p.push(points[j + m]); } // possibly split lines