From 8165189eb5bdb9b1aaa17637563777daa0fac790 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Mon, 14 Mar 2011 00:06:13 -0400 Subject: [PATCH] empty docs for two more optoins --- dygraph.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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"], -- 2.7.4