Skip to content

Commit

Permalink
tip fix
Browse files Browse the repository at this point in the history
  • Loading branch information
artnirak committed Jan 12, 2018
1 parent e16a1b3 commit 1f8f98d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/circles.js
Expand Up @@ -2,9 +2,7 @@ function circles_graph(filter) {
document.getElementById("graph_circle_title").innerHTML = "Salaries by Region: " + filter;
d3.selectAll("svg").remove();

var tip = d3.tip()
.attr('class', 'd3-tip')
.offset([-10, 0])
tip
.html(function (d) {
salary_rating = 0;
count = 0;
Expand Down

0 comments on commit 1f8f98d

Please sign in to comment.