X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fplotters.html;h=c354d5b5ce6dae6e69c2ea578c73a240db3849b8;hb=799fafcb776a77016c41658241b9e336f896ee16;hp=579987a27f8a027924c22a62f61a51583541edc4;hpb=2cfce1c8103454bca196e57db3f23272b7ee5b6e;p=dygraphs.git diff --git a/tests/plotters.html b/tests/plotters.html index 579987a..c354d5b 100644 --- a/tests/plotters.html +++ b/tests/plotters.html @@ -107,8 +107,12 @@ includeZero: true, dateWindow: [ Date.parse("2012/07/20"), Date.parse("2012/07/26") ], animatedZooms: true, - drawXGrid: false, - plotter: barChartPlotter + plotter: barChartPlotter, + axes: { + x: { + drawGrid: false + } + } } );