[
https://issues.apache.org/jira/browse/CHUKWA-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Yang updated CHUKWA-220:
-----------------------------
Resolution: Fixed
Assignee: Terence Kwan
Status: Resolved (was: Patch Available)
I just committed this, thanks Terence.
> 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.