[Pkg-javascript-commits] [d3-tip.js] 94/277: d3.svg.tip to d3.tip
bhuvan krishna
bhuvan-guest at moszumanska.debian.org
Thu Dec 8 06:57:20 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 df3e7c95b7219da72c51e50b39f9e91c20885a61
Author: Justin Palmer <justin at github.com>
Date: Mon Apr 8 14:14:45 2013 -0700
d3.svg.tip to d3.tip
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 37cc33f..79d4b4e 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
``` javascript
/* Initialize tooltip */
-tip = d3.svg.tip().text(function(d) { return d; });
+tip = d3.tip().text(function(d) { return d; });
/* Invoke the tip in the context of your visualization */
vis.call(tip)
--
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