projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b67b868
)
Add warning that perhaps we do need an options API that gives non-default values.
author
Robert Konigsberg
<konigsberg@gmail.com>
Tue, 1 Jan 2013 20:24:28 +0000
(15:24 -0500)
committer
Robert Konigsberg
<konigsberg@gmail.com>
Tue, 1 Jan 2013 20:24:28 +0000
(15:24 -0500)
plugins/axes.js
patch
|
blob
|
blame
|
history
diff --git
a/plugins/axes.js
b/plugins/axes.js
index
3c0b015
..
02f621f
100644
(file)
--- a/
plugins/axes.js
+++ b/
plugins/axes.js
@@
-57,6
+57,9
@@
axes.prototype.layout = function(e) {
if (g.getOption('drawXAxis')) {
var h;
+ // NOTE: I think this is probably broken now, since g.getOption() now
+ // hits the dictionary. (That is, g.getOption('xAxisHeight') now always
+ // has a value.)
if (g.getOption('xAxisHeight')) {
h = g.getOption('xAxisHeight');
} else {