update reference to drawGrid option
authorDan Vanderkam <danvdk@gmail.com>
Sat, 21 Mar 2015 16:24:51 +0000 (12:24 -0400)
committerDan Vanderkam <danvdk@gmail.com>
Sat, 21 Mar 2015 16:24:51 +0000 (12:24 -0400)
tests/plotters.html

index 579987a..c354d5b 100644 (file)
                 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
+                  }
+                }
               }
           );