Merge branch 'canvas' of https://github.com/clocksmith/dygraphs
[dygraphs.git] / dygraph-layout.js
index 699b444..4beddc4 100644 (file)
@@ -149,7 +149,9 @@ DygraphLayout.prototype._evaluateLineCharts = function() {
     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);