projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c12450f
)
Fix small regression in behavior on plugin CSS (issue 315)
author
Dan Vanderkam
<danvk@google.com>
Tue, 10 Apr 2012 22:50:18 +0000
(18:50 -0400)
committer
Dan Vanderkam
<danvk@google.com>
Tue, 10 Apr 2012 22:50:18 +0000
(18:50 -0400)
plugins/legend.js
patch
|
blob
|
blame
|
history
diff --git
a/plugins/legend.js
b/plugins/legend.js
index
9e4650e
..
09ed2a0
100644
(file)
--- a/
plugins/legend.js
+++ b/
plugins/legend.js
@@
-59,7
+59,7
@@
legend.prototype.activate = function(g, r) {
"zIndex": 10,
"width": divWidth + "px",
"top": "0px",
- "
right": "2
px",
+ "
left": (g.size().width - divWidth - 2) + "
px",
"background": "white",
"lineHeight": "normal",
"textAlign": "left",