X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;ds=sidebyside;f=auto_tests%2Ftests%2Fto_dom_coords.js;h=22ee3fef0b330377c4573b231a9c9b39e77fc80a;hb=464b5f504e75c5d2b98eff12b3b8ad520a1729cb;hp=fd766f7dae4b619e7c050b845eb5a2a20954a0ed;hpb=c8e018631f692f84d90e827465a0046d33c7836e;p=dygraphs.git diff --git a/auto_tests/tests/to_dom_coords.js b/auto_tests/tests/to_dom_coords.js index fd766f7..22ee3fe 100644 --- a/auto_tests/tests/to_dom_coords.js +++ b/auto_tests/tests/to_dom_coords.js @@ -34,10 +34,16 @@ ToDomCoordsTestCase.prototype.checkForInverses = function(g) { ToDomCoordsTestCase.prototype.testPlainChart = function() { var opts = { - drawXAxis: false, - drawYAxis: false, - drawXGrid: false, - drawYGrid: false, + axes : { + x : { + drawAxis : false, + drawGrid : false, + }, + y : { + drawAxis : false, + drawGrid : false, + } + }, rightGap: 0, valueRange: [0, 100], dateWindow: [0, 100],