From 77aa0fe8e54648ed6d3b346b0ab7eeb5c8aec64a Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Sat, 8 Jun 2013 22:15:45 -0400 Subject: [PATCH] checkpoint; about to change annotation dragging behavior --- extras/super-annotations.js | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/super-annotations.js b/extras/super-annotations.js index 292a3ac..9f27729 100644 --- a/extras/super-annotations.js +++ b/extras/super-annotations.js @@ -22,6 +22,7 @@ Dygraph.Plugins.SuperAnnotations = (function() { * @typedef { * xval: number, // x-value (i.e. millis or a raw number) * series: string, // series name + * yFrac: ?number, // y-positioning. Default is a few px above the point. * lineDiv: !Element // vertical div connecting point to info div. * infoDiv: !Element // div containing info about the annotation. * } Annotation -- 2.7.4