From 6beca822b888b435f64b32ee3bfb24c4bbed63b0 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Mon, 9 May 2011 09:25:19 -0700 Subject: [PATCH] extra category --- dygraph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dygraph.js b/dygraph.js index 825c172..af2e821 100644 --- a/dygraph.js +++ b/dygraph.js @@ -4508,7 +4508,7 @@ Dygraph.OPTIONS_REFERENCE = // }, "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 " }, -- 2.7.4