We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33fe34c commit 1989c73Copy full SHA for 1989c73
javascript.js
@@ -60,7 +60,7 @@ function update(source) {
60
.attr("x", function(d) { return d.children || d._children ? -13 : 13; })
61
.attr("dy", ".35em")
62
.attr("text-anchor", function(d) { return d.children || d._children ? "end" : "start"; })
63
- .text(function(d) { return d.name; })
+ .text(function(d) { return d.name; })
64
.style("fill-opacity", 1e-6);
65
66
// Transition nodes to their new position.
0 commit comments