update test includes
[dygraphs.git] / tests / logscale.html
index 0034be7..84cc8e3 100644 (file)
@@ -1,13 +1,17 @@
+<!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>
     <![endif]-->
-    <script type="text/javascript" src="../strftime/strftime-min.js"></script>
-    <script type="text/javascript" src="../rgbcolor/rgbcolor.js"></script>
-    <script type="text/javascript" src="../dygraph-canvas.js"></script>
-    <script type="text/javascript" src="../dygraph.js"></script>
+    <!--
+    For production (minified) code, use:
+    <script type="text/javascript" src="dygraph-combined.js"></script>
+    -->
+    <script type="text/javascript" src="../dygraph-dev.js"></script>
+
   </head>
 
   <body>
            <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 +48,7 @@
         "4,250\n"+
         "5,1000\n"+
         "6,30\n"+
-        "7,80\n"+
+        "7,0\n"+
         "8,100\n"+
         "9,500\n"+
         "";