X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-options-reference.js;h=0f601d1573b29e3e133e1efd11e5d537e0e1a685;hb=4707563ce91e069b58ed6c1be38c8e4ace4a2150;hp=a6f026f81ac8cfcd62e1aea9f77627b138c5bfd0;hpb=e4ddb639e116ae48dba0ab9c130feae6390eafa3;p=dygraphs.git diff --git a/dygraph-options-reference.js b/dygraph-options-reference.js index a6f026f..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) 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. If either limit is unspecified, it will be calculated automatically (e.g. [null, 30] to automatically calculate just the lower bound)" }, "labelsDivWidth": { "default": "250",