From: Robert Konigsberg Date: Mon, 14 Mar 2011 16:30:57 +0000 (-0400) Subject: Fix typo in logscale option documentation. X-Git-Tag: v1.0.0~558^2~1 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=a109b711162a7db710f3bb18fdc4e925d61cd330;p=dygraphs.git Fix typo in logscale option documentation. --- diff --git a/dygraph.js b/dygraph.js index 5380f26..5030123 100644 --- a/dygraph.js +++ b/dygraph.js @@ -3841,7 +3841,7 @@ Dygraph.OPTIONS_REFERENCE = // "default": "false", "labels": ["Axis display"], "type": "boolean", - "description": "When set for a y-axis, the graph shows that axis in y-scale. Any values less than or equal to zero are not displayed.\n\nNot compatible with showZero, and ignores connectSeparatedPoints. Also, showing log scale with valueRanges that are less than zero will result in an unviewable graph." + "description": "When set for a y-axis, the graph shows that axis in log scale. Any values less than or equal to zero are not displayed.\n\nNot compatible with showZero, and ignores connectSeparatedPoints. Also, showing log scale with valueRanges that are less than zero will result in an unviewable graph." }, "strokeWidth": { "default": "1.0",