From: manufitoussi Date: Fri, 25 Jan 2013 17:37:45 +0000 (+0100) Subject: update reference description about the partial auto range. X-Git-Tag: v1.0.0~105^2~6 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=579d9049209ae03829cd8bf6a168eab66a19380b;p=dygraphs.git update reference description about the partial auto range. --- 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",