projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
beeabac
)
remove a done to-do
author
Dan Vanderkam
<dan@dygraphs.com>
Fri, 6 Jul 2012 03:39:44 +0000
(20:39 -0700)
committer
Dan Vanderkam
<dan@dygraphs.com>
Fri, 6 Jul 2012 03:39:44 +0000
(20:39 -0700)
dygraph-canvas.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph-canvas.js
b/dygraph-canvas.js
index
5326673
..
d100269
100644
(file)
--- a/
dygraph-canvas.js
+++ b/
dygraph-canvas.js
@@
-175,7
+175,6
@@
DygraphCanvasRenderer.prototype.render = function() {
var x, y, i, ticks;
if (this.attr_('drawYGrid')) {
ticks = this.layout.yticks;
- // TODO(konigsberg): I don't think these calls to save() have a corresponding restore().
ctx.save();
ctx.strokeStyle = this.attr_('gridLineColor');
ctx.lineWidth = this.attr_('gridLineWidth');