Add new option "drawAxesAtZero"
[dygraphs.git] / auto_tests / tests / axis_labels.js
index 02727a3..7510a52 100644 (file)
@@ -84,6 +84,7 @@ AxisLabelsTestCase.prototype.testMinusOneToOne = function() {
 
 AxisLabelsTestCase.prototype.testSmallRangeNearZero = function() {
   var opts = {
+    drawAxesAtZero: true,
     width: 480,
     height: 320
   };