Add new option "drawAxesAtZero"
[dygraphs.git] / dygraph.js
index 06abf97..abd2973 100644 (file)
@@ -233,6 +233,7 @@ Dygraph.DEFAULT_ATTRS = {
 
   stepPlot: false,
   avoidMinZero: false,
+  drawAxesAtZero: false,
 
   // Sizes of the various chart labels.
   titleHeight: 28,