First round of fixes of log scaling based on code review from danvk.
[dygraphs.git] / tests / logscale.html
index 9c17ead..30e4a32 100644 (file)
@@ -41,7 +41,7 @@
         g.updateOptions({ logscale : true });
       }
       function linearScale() {
-        g.updateOptions({ logscale : null });
+        g.updateOptions({ logscale : false });
       }
     </script>