From: manufitoussi Date: Wed, 30 Jan 2013 08:22:50 +0000 (+0100) Subject: reference sentence rewrite X-Git-Tag: v1.0.0~105^2~3 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=1e1233b389ba3c936b0f314d396c5793ea4a7d0d;p=dygraphs.git reference sentence rewrite --- diff --git a/dygraph-options-reference.js b/dygraph-options-reference.js index cb7d002..0f601d1 100644 --- a/dygraph-options-reference.js +++ b/dygraph-options-reference.js @@ -421,7 +421,7 @@ Dygraph.OPTIONS_REFERENCE = // "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",