projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
817b08d
)
empty docs for two more optoins
author
Dan Vanderkam
<dan@dygraphs.com>
Mon, 14 Mar 2011 04:06:13 +0000
(
00:06
-0400)
committer
Dan Vanderkam
<dan@dygraphs.com>
Mon, 14 Mar 2011 04:06:13 +0000
(
00:06
-0400)
dygraph.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph.js
b/dygraph.js
index
8e57615
..
21079c8
100644
(file)
--- a/
dygraph.js
+++ b/
dygraph.js
@@
-3740,6
+3740,18
@@
Dygraph.OPTIONS_REFERENCE = // <JSON>
"type": "",
"description": ""
},
+ "annotationClickHandler": {
+ "default": "",
+ "labels": ["Annotations"],
+ "type": "",
+ "description": ""
+ },
+ "annotationDblClickHandler": {
+ "default": "",
+ "labels": ["Annotations"],
+ "type": "",
+ "description": ""
+ },
"drawCallback": {
"default": "null",
"labels": ["Callbacks"],