Fix yRangePad for logscale graphs, add tests.
[dygraphs.git] / auto_tests / tests / range_tests.js
index ff1018e..19d4294 100644 (file)
@@ -342,7 +342,7 @@ it('testLogscalePad', function() {
       yRangePad: 30
     },
     [[-10, 10], [10, 10], [30, 1000]],
-    [-10, 30], [5.01691, 1993.25801]);
+    [-10, 30], [5.623, 1778.279]);
 });
 
 /**