From 876cc77c81254b2d4f6c1016a887714142c580a4 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Wed, 2 Mar 2011 19:09:08 -0600 Subject: [PATCH] record Dygraph in independent-series.html --- tests/independent-series.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.