projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
990d6a3
)
extra category
author
Dan Vanderkam
<dan@dygraphs.com>
Mon, 9 May 2011 16:25:19 +0000
(09:25 -0700)
committer
Dan Vanderkam
<dan@dygraphs.com>
Mon, 9 May 2011 16:25:19 +0000
(09:25 -0700)
dygraph.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph.js
b/dygraph.js
index
825c172
..
af2e821
100644
(file)
--- a/
dygraph.js
+++ b/
dygraph.js
@@
-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 "
},