all tests pass in IE8!
[dygraphs.git] / tests / customLabel.html
index 8753183..a8e72a3 100644 (file)
   </head>
   <body>
     <p>Labels are transparent and repositioned:</p>
-    <div id="g14" style="width:600px; height:300px;"></div>
+    <div id="div_g14" style="width:600px; height:300px;"></div>
 
     <script type="text/javascript">
       g14 = new Dygraph(
-            document.getElementById("g14"),
+            document.getElementById("div_g14"),
             NoisyData, {
               rollPeriod: 14,
               errorBars: true,