Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.1.2
-
None
Description
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.