Remove legacy options:
[dygraphs.git] / tests / range-selector.html
index adc8afb..24a7acf 100644 (file)
           [[0,1],[10,1]],
           {
             xAxisHeight: 30,
-            drawXAxis: false,
+            axes : {
+              x : {
+                drawAxis : false
+              }
+            },
             showRangeSelector: true,
             rangeSelectorHeight: 30
           }