code review
[dygraphs.git] / auto_tests / tests / simple_drawing.js
index 051fd74..dde41b8 100644 (file)
@@ -96,10 +96,16 @@ SimpleDrawingTestCase.prototype.testDrawWithAxis = function() {
  */
 SimpleDrawingTestCase.prototype.testDrawSimpleDash = function() {
   var opts = {
-    drawXGrid: false,
-    drawYGrid: false,
-    drawXAxis: false,
-    drawYAxis: false,
+    axes: {
+      x: {
+        drawGrid: false,
+        drawAxis: false
+      },
+      y: {
+        drawGrid: false,
+        drawAxis: false
+      }
+    },
     series: {
       'Y1': {strokePattern: [25, 7, 7, 7]},
     },