From: Dan Vanderkam Date: Thu, 3 Mar 2011 01:09:08 +0000 (-0600) Subject: record Dygraph in independent-series.html X-Git-Tag: v1.0.0~577 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=876cc77c81254b2d4f6c1016a887714142c580a4;p=dygraphs.git record Dygraph in independent-series.html --- diff --git a/tests/independent-series.html b/tests/independent-series.html index e3ae8a4..37cf0e0 100644 --- a/tests/independent-series.html +++ b/tests/independent-series.html @@ -126,7 +126,7 @@

The gap would normally be encoded as a null, or missing value. But when you use connectSeparatedPoints, that has a special meaning. Instead, you have to use NaN. This is a bit of a hack, but it gets the job done.