From bfc5d2ae7fa4487a63a2759d01e41700dff33d32 Mon Sep 17 00:00:00 2001 From: Eric Byers Date: Thu, 29 Aug 2013 14:36:00 -0400 Subject: [PATCH] Instantiating barLeft/barRight --- jquery.flot.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jquery.flot.js b/jquery.flot.js index a545a6e..2855d2e 100644 --- a/jquery.flot.js +++ b/jquery.flot.js @@ -2791,6 +2791,8 @@ Licensed under the MIT license. if (s.bars.show && !item) { // no other point can be nearby + var barLeft, barRight; + switch (s.bars.align) { case "left": barLeft = 0;