projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87bbdb4
)
temporarily disable optimization
author
Dan Vanderkam
<dan@dygraphs.com>
Tue, 26 Jul 2011 03:30:00 +0000
(23:30 -0400)
committer
Dan Vanderkam
<dan@dygraphs.com>
Tue, 26 Jul 2011 03:30:00 +0000
(23:30 -0400)
dygraph-layout.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph-layout.js
b/dygraph-layout.js
index
4f8656e
..
85a4bcb
100644
(file)
--- a/
dygraph-layout.js
+++ b/
dygraph-layout.js
@@
-143,7
+143,9
@@
DygraphLayout.prototype._evaluateLineCharts = function() {
var currYPx = NaN;
// 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);