X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-options-reference.js;h=0f601d1573b29e3e133e1efd11e5d537e0e1a685;hb=421427956b54e7c1bea26f6865eaf007d406a2d2;hp=cb7d0021cffc8ddd7c061175a449a701681f2d12;hpb=579d9049209ae03829cd8bf6a168eab66a19380b;p=dygraphs.git 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",