Skip to content

Commit 1989c73

Browse files
committed
Added JS file
1 parent 33fe34c commit 1989c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function update(source) {
6060
.attr("x", function(d) { return d.children || d._children ? -13 : 13; })
6161
.attr("dy", ".35em")
6262
.attr("text-anchor", function(d) { return d.children || d._children ? "end" : "start"; })
63-
.text(function(d) { return d.name; })
63+
.text(function(d) { return d.name; })
6464
.style("fill-opacity", 1e-6);
6565

6666
// Transition nodes to their new position.

0 commit comments

Comments
 (0)