projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5acb6f
)
checkpoint; about to change annotation dragging behavior
author
Dan Vanderkam
<danvdk@gmail.com>
Sun, 9 Jun 2013 02:15:45 +0000
(22:15 -0400)
committer
Dan Vanderkam
<danvdk@gmail.com>
Sun, 9 Jun 2013 02:15:45 +0000
(22:15 -0400)
extras/super-annotations.js
patch
|
blob
|
blame
|
history
diff --git
a/extras/super-annotations.js
b/extras/super-annotations.js
index
292a3ac
..
9f27729
100644
(file)
--- 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