projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9012dd2
)
update comment
author
Dan Vanderkam
<danvdk@gmail.com>
Mon, 4 Oct 2010 14:15:36 +0000
(10:15 -0400)
committer
Dan Vanderkam
<danvdk@gmail.com>
Mon, 4 Oct 2010 14:15:36 +0000
(10:15 -0400)
dygraph.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph.js
b/dygraph.js
index
5516e25
..
497c7c5
100644
(file)
--- a/
dygraph.js
+++ b/
dygraph.js
@@
-1717,7
+1717,9
@@
Dygraph.prototype.drawGraph_ = function(data) {
};
/**
- * Determine all y-axes.
+ * Determine properties of the y axes. These include the number of axes and
+ * data series/styles associated with each. This does not compute the range of
+ * each axis, since that can only be determined when drawing.
* Returns [ axes, seriesToAxisMap ]
* axes = [ { options } ]
* seriesToAxisMap = { seriesName: 0, seriesName2: 1, ... }