Skip to content

Commit

Permalink
Nothing of note.
Browse files Browse the repository at this point in the history
  • Loading branch information
angelaambroz committed Feb 2, 2016
1 parent 3a84c4d commit 836848f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions saudization.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,10 @@


function mouseover(d) {
console.log(this.__data__);
// console.log(this.__data__);
console.log(this);
console.log(this.parentNode);
console.log(this.parentNode.__data__);
// console.log(this.parentNode.__data__);

var comma = d3.format(",");
var mousecoord = [0,0],
Expand Down

0 comments on commit 836848f

Please sign in to comment.