X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Ftests%2Fstacked.js;h=a041d7d988f102b29650eb3ed214378f2a703bc0;hb=bfb3e0a44ba7eb76704389cd1515db9995944d41;hp=87963efa67c3e3fab61060d42660b7a6afde0226;hpb=07270a6d3c41dbff993fa891d7d48ec03ad94641;p=dygraphs.git diff --git a/auto_tests/tests/stacked.js b/auto_tests/tests/stacked.js index 87963ef..a041d7d 100644 --- a/auto_tests/tests/stacked.js +++ b/auto_tests/tests/stacked.js @@ -23,10 +23,16 @@ stackedTestCase.prototype.testCorrectColors = function() { width: 400, height: 300, stackedGraph: true, - drawXGrid: false, - drawYGrid: false, - drawXAxis: false, - drawYAxis: false, + axes : { + x : { + drawGrid: false, + drawAxis: false, + }, + y : { + drawGrid: false, + drawAxis: false, + } + }, valueRange: [0, 3], colors: ['#00ff00', '#0000ff'], fillAlpha: 0.15