Merge branch 'master' of https://github.com/kberg/dygraphs
[dygraphs.git] / tests / logscale.html
index 0034be7..e3dde28 100644 (file)
@@ -1,5 +1,7 @@
+<!DOCTYPE html>
 <html>
   <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9">
     <title>log scale</title>
     <!--[if IE]>
     <script type="text/javascript" src="../excanvas.js"></script>
            <input id='linear' type="button" value="linear scale" onclick="setLogScale(false)">
     </center>
 
-    <h2>X axis of dates<h2>
+    <h2>X axis of dates</h2>
     <div id="div_g0" style="width:600px; height:300px;"></div>
 
-    <h2>X axis of numbers<h2>
+    <h2>X axis of numbers</h2>
     <div id="div_g1" style="width:600px; height:300px;"></div>
 
     <script type="text/javascript">
@@ -44,7 +46,7 @@
         "4,250\n"+
         "5,1000\n"+
         "6,30\n"+
-        "7,80\n"+
+        "7,0\n"+
         "8,100\n"+
         "9,500\n"+
         "";