[Pkg-javascript-commits] [d3-tip.js] 123/277: fix readme. tip.text is now tip.html
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 e105c2228fc8e925b94199ebe39a4ce176f4d191
Author: Justin Palmer <justin at github.com>
Date: Sun Apr 21 17:31:40 2013 -0700
fix readme. tip.text is now tip.html
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index eab9137..8db4562 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ bower install Caged/d3-tip
``` javascript
/* Initialize tooltip */
-tip = d3.tip().text(function(d) { return d; });
+tip = d3.tip().html(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