file-level comments
[dygraphs.git] / tests / csv-numeric-x.html
index 29d5781..2be5101 100644 (file)
@@ -1,5 +1,7 @@
+<!DOCTYPE html>
 <html>
   <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9">
     <title>CSV with numeric X series</title>
     <!--[if IE]>
     <script type="text/javascript" src="../excanvas.js"></script>
@@ -13,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" +