projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f6a719
)
Add jsdoc to setVisibility.
author
Robert Konigsberg
<konigsberg@gmail.com>
Fri, 13 Sep 2013 23:39:48 +0000
(19:39 -0400)
committer
Robert Konigsberg
<konigsberg@gmail.com>
Fri, 13 Sep 2013 23:39:48 +0000
(19:39 -0400)
dygraph.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph.js
b/dygraph.js
index
6e52555
..
6d970bb
100644
(file)
--- a/
dygraph.js
+++ b/
dygraph.js
@@
-3509,6
+3509,9
@@
Dygraph.prototype.visibility = function() {
/**
* Changes the visiblity of a series.
+ *
+ * @param {Number} num the series index
+ * @param {Boolean} value true or false, identifying the visibility.
*/
Dygraph.prototype.setVisibility = function(num, value) {
var x = this.visibility();