[Pkg-javascript-commits] [d3-tip.js] 89/277: new minified version

bhuvan krishna bhuvan-guest at moszumanska.debian.org
Thu Dec 8 06:57:19 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 73f522c0a14502df6948328b76709b91ea8c6212
Author: Justin Palmer <justin at github.com>
Date:   Mon Apr 8 12:01:38 2013 -0700

    new minified version
---
 d3.tip.min.js | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/d3.tip.min.js b/d3.tip.min.js
index 0a072df..f189796 100644
--- a/d3.tip.min.js
+++ b/d3.tip.min.js
@@ -1,4 +1 @@
-// Public - contructs a new tooltip
-//
-// Returns a tip
-d3.svg.tip=function(){function h(h,i){this.ownerSVGElement.appendChild(g);var j=e.apply(this,arguments),l=f.apply(this,arguments),m=d3.select(g),n=this.tagName.toLowerCase(),o,p,q,r,s,t,u,v=d3.select(this.ownerSVGElement),w=d3.select(this),z=d3.select(k("rect")),A=this.ownerSVGElement.getBoundingClientRect(),B=this.getBBox();w.on("mouseout",function(){m.remove()}),m.text(" ").node().appendChild(z.node());var C=m.append("text").text(l).attr("text-anchor","middle").attr("alignment-baseline [...]
\ No newline at end of file
+d3.tip=function(){function tip(vis){svg=get_svg_node(vis),point=svg.createSVGPoint(),document.body.appendChild(node)}function d3_svg_direction(){return"n"}function d3_svg_offset(){return[0,0]}function d3_svg_text(){return" "}function direction_n(){var bbox=get_screen_bbox();return{top:bbox.n.y-node.offsetHeight,left:bbox.n.x-node.offsetWidth/2}}function direction_s(){var bbox=get_screen_bbox();return{top:bbox.s.y,left:bbox.s.x-node.offsetWidth/2}}function direction_e(){var bbox=get_scree [...]
\ 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