Fix issue 186 (dygraphs does not accept "1e-5" as a numeric x-value).
authorDan Vanderkam <danvk@google.com>
Fri, 16 Dec 2011 23:50:36 +0000 (18:50 -0500)
committerDan Vanderkam <danvk@google.com>
Fri, 16 Dec 2011 23:50:36 +0000 (18:50 -0500)
This turned out to be because the "-" was causing it to be treated as a
date (e.g. "2006-01-01").

Bug: http://code.google.com/p/dygraphs/issues/detail?id=186


No differences found