[Pkg-javascript-commits] [d3-tip.js] 19/277: add todo list

bhuvan krishna bhuvan-guest at moszumanska.debian.org
Thu Dec 8 06:57:12 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 14d7f036e1a72094d2de61d40a86ccad42923584
Author: Justin Palmer <justin at labratrevenge.com>
Date:   Mon Jan 9 07:47:28 2012 -0800

    add todo list
---
 README.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 212d257..acf60ed 100644
--- a/README.md
+++ b/README.md
@@ -16,4 +16,12 @@ vis.selectAll('rect')
   .attr('y', function(d) { return y(d) })
   .attr('x', function(d, i) { return x(i) })
   .on('mouseover', tip)
-```
\ No newline at end of file
+```
+
+## TODO
+* Left orientation
+* Right orientation
+* Auto orientation
+* Reorient when tip exceeds document bounds
+* svg content in tip
+* docs
\ No newline at end of file

-- 
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