From: Dan Vanderkam Date: Mon, 14 Mar 2011 04:06:13 +0000 (-0400) Subject: empty docs for two more optoins X-Git-Tag: v1.0.0~561 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=8165189eb5bdb9b1aaa17637563777daa0fac790;p=dygraphs.git empty docs for two more optoins --- diff --git a/dygraph.js b/dygraph.js index 8e57615..21079c8 100644 --- a/dygraph.js +++ b/dygraph.js @@ -3740,6 +3740,18 @@ Dygraph.OPTIONS_REFERENCE = // "type": "", "description": "" }, + "annotationClickHandler": { + "default": "", + "labels": ["Annotations"], + "type": "", + "description": "" + }, + "annotationDblClickHandler": { + "default": "", + "labels": ["Annotations"], + "type": "", + "description": "" + }, "drawCallback": { "default": "null", "labels": ["Callbacks"],