X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Ftests%2Fsimple_drawing.js;h=051fd744cd149e052beafdadcd80b69d6bef2de0;hb=27fd63fc0ca45c06318bb47dd8c0f6aa074957b8;hp=27e9a1a1989fa7919fa12a641384ed43ab7999ad;hpb=24e420411024c92bc458d10db8aba29f8ca64b73;p=dygraphs.git diff --git a/auto_tests/tests/simple_drawing.js b/auto_tests/tests/simple_drawing.js index 27e9a1a..051fd74 100644 --- a/auto_tests/tests/simple_drawing.js +++ b/auto_tests/tests/simple_drawing.js @@ -96,12 +96,14 @@ SimpleDrawingTestCase.prototype.testDrawWithAxis = function() { */ SimpleDrawingTestCase.prototype.testDrawSimpleDash = function() { var opts = { - drawXGrid: false, - drawYGrid: false, - drawXAxis: false, - drawYAxis: false, + drawXGrid: false, + drawYGrid: false, + drawXAxis: false, + drawYAxis: false, + series: { 'Y1': {strokePattern: [25, 7, 7, 7]}, - colors: ['#ff0000'] + }, + colors: ['#ff0000'] }; var graph = document.getElementById("graph");