Return-Path: Delivered-To: apmail-hadoop-chukwa-commits-archive@minotaur.apache.org Received: (qmail 71228 invoked from network); 27 May 2009 22:56:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 May 2009 22:56:53 -0000 Received: (qmail 27784 invoked by uid 500); 27 May 2009 22:37:49 -0000 Delivered-To: apmail-hadoop-chukwa-commits-archive@hadoop.apache.org Received: (qmail 27776 invoked by uid 500); 27 May 2009 22:37:49 -0000 Mailing-List: contact chukwa-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chukwa-dev@hadoop.apache.org Delivered-To: mailing list chukwa-commits@hadoop.apache.org Received: (qmail 27766 invoked by uid 99); 27 May 2009 22:37:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 May 2009 22:37:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 May 2009 22:37:46 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2F8DE23888A2; Wed, 27 May 2009 22:37:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r779346 - /hadoop/chukwa/trunk/src/web/hicc/js/flot.extend.js Date: Wed, 27 May 2009 22:37:25 -0000 To: chukwa-commits@hadoop.apache.org From: eyang@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090527223725.2F8DE23888A2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: eyang Date: Wed May 27 22:37:24 2009 New Revision: 779346 URL: http://svn.apache.org/viewvc?rev=779346&view=rev Log: CHUKWA-82. Fixed bug in refresh chart widget. (Terence Kwan via Eric Yang) Modified: hadoop/chukwa/trunk/src/web/hicc/js/flot.extend.js Modified: hadoop/chukwa/trunk/src/web/hicc/js/flot.extend.js URL: http://svn.apache.org/viewvc/hadoop/chukwa/trunk/src/web/hicc/js/flot.extend.js?rev=779346&r1=779345&r2=779346&view=diff ============================================================================== --- hadoop/chukwa/trunk/src/web/hicc/js/flot.extend.js (original) +++ hadoop/chukwa/trunk/src/web/hicc/js/flot.extend.js Wed May 27 22:37:24 2009 @@ -246,6 +246,7 @@ * refresh the chart widget. */ function refresh(url, parameters) { + bound=null; if(zoom) { wholePeriod(); zoom=false;