X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-combined.js;h=fbc7c1d727875a10d95968998745edef07115c7a;hb=1bce597191839ef2e56ecba0bf7be1e60209a5c6;hp=42928fc577adf33e8ed863ad189b43fcf7e64d5b;hpb=e244a0d74d204814400cc43ea8deb7c1e2d5625e;p=dygraphs.git diff --git a/dygraph-combined.js b/dygraph-combined.js index 42928fc..fbc7c1d 100644 --- a/dygraph-combined.js +++ b/dygraph-combined.js @@ -19,6 +19,9 @@ this._evaluateLineTicks(); DygraphLayout.prototype._evaluateLimits=function(){ this.minxval=this.maxxval=null; for(var _6 in this.datasets){ +if(!this.datasets.hasOwnProperty(_6)){ +continue; +} var _7=this.datasets[_6]; var x1=_7[0][0]; if(!this.minxval||x1