From 579d9049209ae03829cd8bf6a168eab66a19380b Mon Sep 17 00:00:00 2001 From: manufitoussi Date: Fri, 25 Jan 2013 18:37:45 +0100 Subject: [PATCH] update reference description about the partial auto range. --- 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 a6f026f..cb7d002 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) 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", -- 2.7.4