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