From a109b711162a7db710f3bb18fdc4e925d61cd330 Mon Sep 17 00:00:00 2001 From: Robert Konigsberg Date: Mon, 14 Mar 2011 12:30:57 -0400 Subject: [PATCH] Fix typo in logscale option documentation. --- dygraph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.7.4