X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;ds=sidebyside;f=dygraph-layout.js;h=54496aa2cad402f4347723c4ba352c03b415ad2e;hb=ad617f174a6b4ec2aea3d06553534dcaf278a2bb;hp=4b600f773b8893a617b081a10245493d2b0c8fca;hpb=b839102723a21830b8896413f9c3fa9b7c643238;p=dygraphs.git diff --git a/dygraph-layout.js b/dygraph-layout.js index 4b600f7..54496aa 100644 --- a/dygraph-layout.js +++ b/dygraph-layout.js @@ -63,7 +63,7 @@ DygraphLayout.prototype.getPlotArea = function() { }; // Compute the box which the chart should be drawn in. This is the canvas's -// box, less space needed for axis and chart labels. +// box, less space needed for axis, chart labels, and other plug-ins. // NOTE: This should only be called by Dygraph.predraw_(). DygraphLayout.prototype.computePlotArea = function() { var area = { @@ -162,10 +162,6 @@ DygraphLayout.prototype.setYAxes = function (yAxes) { this.yAxes_ = yAxes; }; -DygraphLayout.prototype.setDateWindow = function(dateWindow) { - this.dateWindow_ = dateWindow; -}; - DygraphLayout.prototype.evaluate = function() { this._evaluateLimits(); this._evaluateLineCharts();