Return-Path: Delivered-To: apmail-hadoop-chukwa-dev-archive@minotaur.apache.org Received: (qmail 18648 invoked from network); 12 May 2009 01:50:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 May 2009 01:50:08 -0000 Received: (qmail 2786 invoked by uid 500); 12 May 2009 01:50:08 -0000 Delivered-To: apmail-hadoop-chukwa-dev-archive@hadoop.apache.org Received: (qmail 2733 invoked by uid 500); 12 May 2009 01:50:08 -0000 Mailing-List: contact chukwa-dev-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-dev@hadoop.apache.org Received: (qmail 2505 invoked by uid 99); 12 May 2009 01:50:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 May 2009 01:50:07 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 May 2009 01:50:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A3157234C051 for ; Mon, 11 May 2009 18:49:45 -0700 (PDT) Message-ID: <1133668031.1242092985667.JavaMail.jira@brutus> Date: Mon, 11 May 2009 18:49:45 -0700 (PDT) From: "Mac Yang (JIRA)" To: chukwa-dev@hadoop.apache.org Subject: [jira] Commented: (CHUKWA-220) single graph not display correct with ymax and ymin In-Reply-To: <2031602104.1241800965540.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CHUKWA-220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708291#action_12708291 ] Mac Yang commented on CHUKWA-220: --------------------------------- Was there a patch for this fix? > single graph not display correct with ymax and ymin > --------------------------------------------------- > > Key: CHUKWA-220 > URL: https://issues.apache.org/jira/browse/CHUKWA-220 > Project: Hadoop Chukwa > Issue Type: Bug > Components: User Interface > Affects Versions: 0.1.2 > Reporter: Terence Kwan > Assignee: Terence Kwan > Priority: Minor > Fix For: 0.1.2 > > > in single line series graph, when we specify the ymax and ymin, it displays the graph wrong because we put the double quote in front of the time value (x-value) as "124566000". Because of the double quote, javascript thinks the value is a string. When flot tries to calculate the display position, it does value + x-value as a string instead of a value. Hence, the whole graph screw up. We need to remove the double quote. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.