X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph.js;h=497c7c5b91120cfa43badaf3c5031b34844c0d81;hb=b1ec0060921b641787312ec1de0254dc54786a6f;hp=5516e25e39e225791fe4ccf733fd9e770a01ed0e;hpb=9012dd21921ff553d61acbdfc41dad298c1ec089;p=dygraphs.git 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, ... }