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
            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.

Reply via email to