From 1e1233b389ba3c936b0f314d396c5793ea4a7d0d Mon Sep 17 00:00:00 2001 From: manufitoussi Date: Wed, 30 Jan 2013 09:22:50 +0100 Subject: [PATCH] reference sentence rewrite --- dygraph-options-reference.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.7.4