extra category
authorDan Vanderkam <dan@dygraphs.com>
Mon, 9 May 2011 16:25:19 +0000 (09:25 -0700)
committerDan Vanderkam <dan@dygraphs.com>
Mon, 9 May 2011 16:25:19 +0000 (09:25 -0700)
dygraph.js

index 825c172..af2e821 100644 (file)
@@ -4508,7 +4508,7 @@ Dygraph.OPTIONS_REFERENCE =  // <JSON>
   },
   "axisLabelWidth": {
     "default": "50",
-    "labels": ["Axis display"],
+    "labels": ["Axis display", "Chart labels"],
     "type": "integer",
     "description" : "Width (in pixels) of the containing divs for x- and y-axis labels. For the y-axis, this also controls "
   },