From: Robert Konigsberg Date: Sat, 7 Jan 2012 13:12:07 +0000 (-0500) Subject: Add variable declarations for most all graphs and charts. X-Git-Tag: v1.0.0~371 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=f6fbf9e09f24167a8e28e39a5fc2d6a1b5184bfa;p=dygraphs.git Add variable declarations for most all graphs and charts. --- diff --git a/tests/avoidMinZero.html b/tests/avoidMinZero.html index 27ea8f5..c7f1629 100644 --- a/tests/avoidMinZero.html +++ b/tests/avoidMinZero.html @@ -17,7 +17,7 @@

1: Line chart with axis at zero problem:

diff --git a/tests/negative.html b/tests/negative.html index 475ea17..2f4cf8e 100644 --- a/tests/negative.html +++ b/tests/negative.html @@ -33,17 +33,17 @@ pos.push([i, 1000 + 2 * i, 1100 + i]); } - new Dygraph( + var g1 = new Dygraph( document.getElementById("g1"), negs, { labels: [ 'x', 'y1', 'y2' ] } ); - new Dygraph( + var g2 = new Dygraph( document.getElementById("g2"), mixed, { labels: [ 'x', 'y1', 'y2' ] } ); - new Dygraph( + var g3 = new Dygraph( document.getElementById("g3"), pos, { labels: [ 'x', 'y1', 'y2' ] } ); diff --git a/tests/no-range.html b/tests/no-range.html index 26a2c0f..656654a 100644 --- a/tests/no-range.html +++ b/tests/no-range.html @@ -21,11 +21,11 @@
diff --git a/tests/unboxed-spark.html b/tests/unboxed-spark.html index cb24df5..dcbaafe 100644 --- a/tests/unboxed-spark.html +++ b/tests/unboxed-spark.html @@ -54,7 +54,7 @@