From: Dan Vanderkam Date: Mon, 4 Oct 2010 14:15:36 +0000 (-0400) Subject: update comment X-Git-Tag: v1.0.0~622^2~20 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=b1ec0060921b641787312ec1de0254dc54786a6f;hp=9012dd21921ff553d61acbdfc41dad298c1ec089;p=dygraphs.git update comment --- 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, ... }