[
https://issues.apache.org/jira/browse/CHUKWA-220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709176#action_12709176
]
Hudson commented on CHUKWA-220:
-------------------------------
Integrated in Chukwa-trunk #24 (See
[http://hudson.zones.apache.org/hudson/job/Chukwa-trunk/24/])
> 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.