working w/o scientific notation
[dygraphs.git] / tests / csv-numeric-x.html
index 2f51dd2..2be5101 100644 (file)
@@ -15,7 +15,7 @@
     <p>CSV data with a numeric (non-date) X series.</p>
     <div id="graph"></div>
     <script type="text/javascript">
-    new Dygraph(
+    g = new Dygraph(
       document.getElementById("graph"),
       "X,Y\n" +
       "1,0\n" +