projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b4d1a6
)
set class on labelsDiv
author
Dan Vanderkam
<dan@dygraphs.com>
Wed, 27 Jul 2011 07:25:22 +0000
(
03:25
-0400)
committer
Dan Vanderkam
<dan@dygraphs.com>
Wed, 27 Jul 2011 07:25:22 +0000
(
03:25
-0400)
dygraph.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph.js
b/dygraph.js
index
dcc555c
..
ca396e1
100644
(file)
--- a/
dygraph.js
+++ b/
dygraph.js
@@
-783,6
+783,7
@@
Dygraph.prototype.createStatusMessage_ = function() {
"overflow": "hidden"};
Dygraph.update(messagestyle, this.attr_('labelsDivStyles'));
var div = document.createElement("div");
+ div.className = "dygraph-legend";
for (var name in messagestyle) {
if (messagestyle.hasOwnProperty(name)) {
div.style[name] = messagestyle[name];