From b1ec0060921b641787312ec1de0254dc54786a6f Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Mon, 4 Oct 2010 10:15:36 -0400 Subject: [PATCH] update comment --- dygraph.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dygraph.js b/dygraph.js index 5516e25..497c7c5 100644 --- 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, ... } -- 2.7.4