reference sentence rewrite
authormanufitoussi <manu.fitoussi@gmail.com>
Wed, 30 Jan 2013 08:22:50 +0000 (09:22 +0100)
committermanufitoussi <manu.fitoussi@gmail.com>
Wed, 30 Jan 2013 08:22:50 +0000 (09:22 +0100)
dygraph-options-reference.js

index cb7d002..0f601d1 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/null/undefined) to be calculated automatically, by exemple [null,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. If either limit is unspecified, it will be calculated automatically (e.g. [null, 30] to automatically calculate just the lower bound)"
   },
   "labelsDivWidth": {
     "default": "250",