update comment
authorDan Vanderkam <danvdk@gmail.com>
Mon, 4 Oct 2010 14:15:36 +0000 (10:15 -0400)
committerDan Vanderkam <danvdk@gmail.com>
Mon, 4 Oct 2010 14:15:36 +0000 (10:15 -0400)
dygraph.js

index 5516e25..497c7c5 100644 (file)
@@ -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, ... }