checkpoint; about to change annotation dragging behavior
authorDan Vanderkam <danvdk@gmail.com>
Sun, 9 Jun 2013 02:15:45 +0000 (22:15 -0400)
committerDan Vanderkam <danvdk@gmail.com>
Sun, 9 Jun 2013 02:15:45 +0000 (22:15 -0400)
extras/super-annotations.js

index 292a3ac..9f27729 100644 (file)
@@ -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