You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chukwa.apache.org by ey...@apache.org on 2009/05/28 00:37:25 UTC

svn commit: r779346 - /hadoop/chukwa/trunk/src/web/hicc/js/flot.extend.js

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;