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)
commit0842b24b38096009a743ee1d28c25c4714fa2123
treea8b0bb81292afcd1e331e577e76021c5748d21f9
parent00639fabf67a478fc38e3d07282919567f5be46e
Fix issue 186 (dygraphs does not accept "1e-5" as a numeric x-value).

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
auto_tests/misc/local.html
auto_tests/tests/scientific_notation.js [new file with mode: 0644]
dygraph.js