From b0b1c44238f0b824caac6f544aaf4a83720e9cfd Mon Sep 17 00:00:00 2001 From: "olau@iola.dk" Date: Wed, 2 Sep 2009 17:20:40 +0000 Subject: [PATCH] Don't set axis min/max in processData (only touch datamin/datamax), fixes problem with redrawing when only setData is called git-svn-id: https://flot.googlecode.com/svn/trunk@200 1e0a6537-2640-0410-bfb7-f154510ff394 --- jquery.flot.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/jquery.flot.js b/jquery.flot.js index 48d510c..aa96388 100644 --- a/jquery.flot.js +++ b/jquery.flot.js @@ -331,8 +331,6 @@ for (axis in axes) { axes[axis].datamin = topSentry; axes[axis].datamax = bottomSentry; - axes[axis].min = options[axis].min; - axes[axis].max = options[axis].max; axes[axis].used = false; }