From: Dan Vanderkam Date: Sun, 9 Jun 2013 02:15:45 +0000 (-0400) Subject: checkpoint; about to change annotation dragging behavior X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=77aa0fe8e54648ed6d3b346b0ab7eeb5c8aec64a;p=dygraphs.git checkpoint; about to change annotation dragging behavior --- 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