Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

Commit

Permalink
don't need d3_svg_stem any longer
Browse files Browse the repository at this point in the history
  • Loading branch information
caged committed Jan 9, 2012
1 parent 58bf375 commit 5846c77
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/d3.tip.js
Expand Up @@ -149,10 +149,6 @@ d3.svg.tip = function() {
return ' ';
}

function d3_svg_stem() {
return d3.svg.symbol().type(orient == 'bottom' ? 'triangle-up' : 'triangle-down').size(stemSize);
}

tip.attr = function(n, v) {
d3.select(node).attr(n, v)
return tip;
Expand Down

0 comments on commit 5846c77

Please sign in to comment.