[Pkg-javascript-commits] [d3-tip.js] 204/277: updated styling documentation and example links (that now work)

bhuvan krishna bhuvan-guest at moszumanska.debian.org
Thu Dec 8 06:57:31 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 79ac48bcef502671bcf4056d200696978e41ced1
Author: Dean Malmgren <dean.malmgren at datascopeanalytics.com>
Date:   Sat Dec 7 06:00:52 2013 -0600

    updated styling documentation and example links (that now work)
---
 docs/styling-and-modifying-tooltips.md | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/docs/styling-and-modifying-tooltips.md b/docs/styling-and-modifying-tooltips.md
index 4d07c22..7a93942 100644
--- a/docs/styling-and-modifying-tooltips.md
+++ b/docs/styling-and-modifying-tooltips.md
@@ -1,8 +1,12 @@
 [API Documentation](index.md) Styling and modifying tooltips
 
 # Styling and modifying tooltips
-Tooltips make no assumption about how they will be styled.  Any style is left up
-to the user.
+
+d3-tip makes no assumption about how they will be styled, but we do
+provide some useful defaults in
+[d3-tip.css](../d3-tip.css). Incorporate it into your webpage like any
+other CSS file. For example, see [this jsfiddle](http://jsfiddle.net/deanmalmgren/eMPdu/) or the
+[examples directory](../examples/arrow-styles.html).
 
 ### tip.style
 A proxy to d3's [selection.style](https://github.com/mbostock/d3/wiki/Selections#wiki-style).
@@ -10,8 +14,3 @@ A proxy to d3's [selection.style](https://github.com/mbostock/d3/wiki/Selections
 ### tip.attr
 A proxy to d3's [selection.attr](https://github.com/mbostock/d3/wiki/Selections#wiki-attr).
 
-### Example Styles
-
-See these stylings in action in either
-[a live example](http://bl.ocks.org/deanmalmgren/6638585) or the
-[examples directory](../examples/arrow-styles.html).

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