projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1646ecc
)
minor cleanup
author
Dan Vanderkam
<danvk@google.com>
Mon, 31 Jan 2011 16:11:27 +0000
(11:11 -0500)
committer
Dan Vanderkam
<danvk@google.com>
Mon, 31 Jan 2011 16:11:27 +0000
(11:11 -0500)
dygraph.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph.js
b/dygraph.js
index
160b344
..
7beeb07
100644
(file)
--- a/
dygraph.js
+++ b/
dygraph.js
@@
-1983,7
+1983,7
@@
Dygraph.binarySearch = function(val, arry, abs, low, high) {
}
return Dygraph.binarySearch(val, arry, abs, mid + 1, high);
}
-}
+}
;
/**
* Add ticks when the x axis has numbers on it (instead of dates)
@@
-2183,7
+2183,7
@@
Dygraph.prototype.extremeValues_ = function(series) {
* number of axes, rolling averages, etc.
*/
Dygraph.prototype.predraw_ = function() {
- // TODO(danvk): mov
ability
e more computations out of drawGraph_ and into here.
+ // TODO(danvk): move more computations out of drawGraph_ and into here.
this.computeYAxes_();
// Create a new plotter.