From: Dan Vanderkam Date: Fri, 16 Dec 2011 23:50:36 +0000 (-0500) Subject: Fix issue 186 (dygraphs does not accept "1e-5" as a numeric x-value). X-Git-Tag: v1.0.0~406 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;ds=inline;h=0842b24b38096009a743ee1d28c25c4714fa2123;hp=0842b24b38096009a743ee1d28c25c4714fa2123;p=dygraphs.git 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 ---