Fix typo in logscale option documentation.
authorRobert Konigsberg <konigsberg@dhcp-172-26-92-53.nyc.corp.google.com>
Mon, 14 Mar 2011 16:30:57 +0000 (12:30 -0400)
committerRobert Konigsberg <konigsberg@dhcp-172-26-92-53.nyc.corp.google.com>
Mon, 14 Mar 2011 16:30:57 +0000 (12:30 -0400)
dygraph.js

index 5380f26..5030123 100644 (file)
@@ -3841,7 +3841,7 @@ Dygraph.OPTIONS_REFERENCE =  // <JSON>
     "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",