empty docs for two more optoins
authorDan Vanderkam <dan@dygraphs.com>
Mon, 14 Mar 2011 04:06:13 +0000 (00:06 -0400)
committerDan Vanderkam <dan@dygraphs.com>
Mon, 14 Mar 2011 04:06:13 +0000 (00:06 -0400)
dygraph.js

index 8e57615..21079c8 100644 (file)
@@ -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"],