From: Dan Vanderkam Date: Tue, 26 Jul 2011 03:32:26 +0000 (-0400) Subject: Merge branch 'canvas' of https://github.com/clocksmith/dygraphs X-Git-Tag: v1.0.0~443 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=b477300e0a777d48c86618ec0db38ac834ac3249;p=dygraphs.git Merge branch 'canvas' of https://github.com/clocksmith/dygraphs --- b477300e0a777d48c86618ec0db38ac834ac3249 diff --cc dygraph-layout.js index 85a4bcb,699b444..4beddc4 --- a/dygraph-layout.js +++ b/dygraph-layout.js @@@ -141,11 -146,10 +146,12 @@@ DygraphLayout.prototype._evaluateLineCh var prevYPx = NaN; var currXPx = NaN; var currYPx = NaN; + var setPointsLength = 0; // Ignore the pixel skipping optimization if there are error bars. - var skip_opt = (this.attr_("errorBars") || + // XXX 2011-07-25 temporarily disabled (see autotests/tests/selection.js) + var skip_opt = (true || + this.attr_("errorBars") || this.attr_("customBars") || this.annotations.length > 0);