From: Dan Vanderkam <dan@dygraphs.com> 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 @@ <p>The gap would normally be encoded as a null, or missing value. But when you use <code>connectSeparatedPoints</code>, that has a special meaning. Instead, you have to use <code>NaN</code>. This is a bit of a hack, but it gets the job done.</p> <script type="text/javascript"> - new Dygraph( + g2 = new Dygraph( document.getElementById("graph2"), "x,A,B \n" + "1,,3 \n" +