X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fplotters.html;h=c354d5b5ce6dae6e69c2ea578c73a240db3849b8;hb=bf7d192b5aef6ea82e7e627d4cfcfca1cb978f23;hp=5bbbf15067b36983861c2161ba32bd769db9a41a;hpb=c17e11738cb5603fafcdc84527114502312344c4;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 + } + } } );