all tests pass in IE8!
[dygraphs.git] / tests / callback.html
index 89ba63d..7f9d278 100644 (file)
@@ -11,7 +11,7 @@
   </head>
   <body>
     <p>Hover, click and zoom to test the callbacks:</p>
-    <div id="g" style="width:600px; height:300px;"></div>
+    <div id="div_g" style="width:600px; height:300px;"></div>
 
     <div id="status" style="width:100%; height:200px;"></div>
 
@@ -28,7 +28,7 @@
       };
 
       g = new Dygraph(
-            document.getElementById("g"),
+            document.getElementById("div_g"),
             NoisyData, {
               rollPeriod: 7,
               showRoller: true,