[Pkg-javascript-commits] [d3-tip.js] 217/277: update read me, point it to new style location

bhuvan krishna bhuvan-guest at moszumanska.debian.org
Thu Dec 8 06:57:32 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 e6daee82bdbd9e39dc2ccacac098b5da8edd3ed3
Author: Justin Palmer <justin at github.com>
Date:   Sun Feb 2 12:38:17 2014 -0800

    update read me, point it to new style location
---
 README.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 6906d83..67864a1 100644
--- a/README.md
+++ b/README.md
@@ -31,14 +31,13 @@ vis.selectAll('rect')
   .attr('height', function(d) { return h - y(d) })
   .attr('y', function(d) { return y(d) })
   .attr('x', function(d, i) { return x(i) })
-  /* Show and hide tip on mouse events */
   .on('mouseover', tip.show)
   .on('mouseout', tip.hide)
 ```
 
-For basic styling, you can also include the `index.css` into your site
-via the [rawgithub CDN](https://rawgithub.com/), for example:
+If you want basic styling, you can include `example-styles.css` using a service like
+rawgithub.com.
 
 ```html
-<link rel="stylesheet" href="//rawgithub.com/Caged/d3-tip/master/index.css">
+<link rel="stylesheet" href="//rawgithub.com/Caged/d3-tip/master/examples/example-styles.css">
 ```

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