X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Ftests%2Fcustom_bars.js;h=e8af21456937176fa3fdd03cda8d3f550e5923ad;hb=refs%2Fheads%2Fissue-514;hp=231dcd8e1bece1d1c756a210dc04cc2a9c81007e;hpb=e3a1d6944b1474e507e99a5f497d506ae3de2120;p=dygraphs.git diff --git a/auto_tests/tests/custom_bars.js b/auto_tests/tests/custom_bars.js index 231dcd8..e8af214 100644 --- a/auto_tests/tests/custom_bars.js +++ b/auto_tests/tests/custom_bars.js @@ -99,10 +99,16 @@ CustomBarsTestCase.prototype.testCustomBarsAtTop = function() { width: 500, height: 350, customBars: true, errorBars: true, - drawXGrid: false, - drawYGrid: false, - drawXAxis: false, - drawYAxis: false, + axes : { + x : { + drawGrid: false, + drawAxis: false, + }, + y : { + drawGrid: false, + drawAxis: false, + } + }, valueRange: [0, 120], fillAlpha: 0.15, colors: [ '#00FF00' ] @@ -124,10 +130,16 @@ CustomBarsTestCase.prototype.testCustomBarsLogScale = function() { customBars: true, errorBars: true, valueRange: [1, 120], - drawXGrid: false, - drawYGrid: false, - drawXAxis: false, - drawYAxis: false, + axes : { + x : { + drawGrid: false, + drawAxis: false, + }, + y : { + drawGrid: false, + drawAxis: false, + } + }, fillAlpha: 1.0, logscale: true, colors: [ '#00FF00' ]