From ffd8183b9efb58d8b3860382db114999ede3231e Mon Sep 17 00:00:00 2001 From: "olau@iola.dk" Date: Tue, 28 Apr 2009 19:00:12 +0000 Subject: [PATCH] Quick fix of problem with thresholding git-svn-id: https://flot.googlecode.com/svn/trunk@152 1e0a6537-2640-0410-bfb7-f154510ff394 --- jquery.flot.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jquery.flot.js b/jquery.flot.js index ce36b9b..fc49a23 100644 --- a/jquery.flot.js +++ b/jquery.flot.js @@ -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