From 94a946f8987e8003b442199fab093fbc13d94d17 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Sat, 21 Mar 2015 12:24:51 -0400 Subject: [PATCH] update reference to drawGrid option --- tests/plotters.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 + } + } } ); -- 2.7.4