[Pkg-javascript-commits] [d3-tip.js] 132/277: update position docs

bhuvan krishna bhuvan-guest at moszumanska.debian.org
Thu Dec 8 06:57:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

bhuvan-guest pushed a commit to branch master
in repository d3-tip.js.

commit 968add8b4b55814d9a0179a2e9c0ea88ca0697bc
Author: Justin Palmer <justin at github.com>
Date:   Sun Apr 21 18:45:40 2013 -0700

    update position docs
---
 docs/positioning-tooltip.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/positioning-tooltip.md b/docs/positioning-tooltip.md
index 7e74dcf..1a2fb61 100644
--- a/docs/positioning-tooltip.md
+++ b/docs/positioning-tooltip.md
@@ -4,7 +4,7 @@
 
 ### tip.direction(direction)
 Sets the position of a tooltip relative to a target element.  `direction` can be
-`n`, `s`, `e` or `w`.  The direction will also automatically be included as a classname
+`n`, `s`, `e`, `w`, `nw`, `ne`, `sw` or `se`.  The direction will also automatically be included as a classname
 on the tooltip element which allows for different style hooks based on the direction.
 
 ``` javascript

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/d3-tip.js.git



More information about the Pkg-javascript-commits mailing list