X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fplotters.html;h=c354d5b5ce6dae6e69c2ea578c73a240db3849b8;hb=9d3fcd6a7073787f5b994ed10d5bd53a9c1e64dc;hp=5bbbf15067b36983861c2161ba32bd769db9a41a;hpb=6ec8f3c24060951faaeb57ebe4d6066b5e123280;p=dygraphs.git diff --git a/tests/plotters.html b/tests/plotters.html index 5bbbf15..c354d5b 100644 --- a/tests/plotters.html +++ b/tests/plotters.html @@ -1,11 +1,7 @@ - Plotters demo - @@ -111,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 + } + } } );