update reference description about the partial auto range.
authormanufitoussi <manu.fitoussi@gmail.com>
Fri, 25 Jan 2013 17:37:45 +0000 (18:37 +0100)
committermanufitoussi <manu.fitoussi@gmail.com>
Fri, 25 Jan 2013 17:37:45 +0000 (18:37 +0100)
dygraph-options-reference.js

index a6f026f..cb7d002 100644 (file)
@@ -421,7 +421,7 @@ Dygraph.OPTIONS_REFERENCE =  // <JSON>
     "labels": ["Axis display"],
     "type": "Array of two numbers",
     "example": "[10, 110]",
-    "description": "Explicitly set the vertical range of the graph to [low, high]. This may be set on a per-axis basis to define each y-axis separately. You can specify only one limit and let other one (replaced by NaN) to be calculated automatically, by exemple [NaN,30]"
+    "description": "Explicitly set the vertical range of the graph to [low, high]. This may be set on a per-axis basis to define each y-axis separately. You can specify only one limit and let other one (replaced by NaN/null/undefined) to be calculated automatically, by exemple [null,30]"
   },
   "labelsDivWidth": {
     "default": "250",