10 -> Dygraph.LOG_SCALE
[dygraphs.git] / tests / logscale.html
index 2ce0680..f564f25 100644 (file)
@@ -11,7 +11,7 @@
   </head>
 
   <body>
-    <h1>Log scale demo - work in progress</h1>
+    <h1>Log scale demo</h1>
     <h2>x-axis of dates</h2>
     <div id="div_g" style="width:600px; height:300px;"></div>
     <h2>x-axis of numbers</h2>
@@ -37,7 +37,7 @@
                       Data, { logscale : true });
       function Data2() {
         return "X,A\n" +
-        "1,5\n"+
+        "1,0.000001\n"+
         "2,10\n"+
         "3,100\n"+
         "4,250\n"+