Adding touchOVER check to the pageX/Y
[dygraphs.git] / tests / demo.html
index 94582dc..c4a1623 100644 (file)
@@ -1,11 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9">
     <title>demo</title>
-    <!--[if IE]>
-    <script type="text/javascript" src="../excanvas.js"></script>
-    <![endif]-->
     <script type="text/javascript" src="../dygraph-dev.js"></script>
   </head>
   <body>
@@ -47,8 +43,7 @@
                 title: 'Interesting Shapes',
                 xlabel: 'Date',
                 ylabel: 'Count',
-                axisLineColor: 'white',
-                gridLineWidth: 10
+                axisLineColor: 'white'
                 // drawXGrid: false
               }
           );