Line 161: | Line 161: | ||
nodeEnter.append("circle") | nodeEnter.append("circle") | ||
.attr("r", 2e-6) | .attr("r", 2e-6) | ||
− | .style("fill", function(d) { return d._children ? " | + | .style("fill", function(d) { return d._children ? "lightyellow" : "#fff"; }); |
nodeEnter.append("text") | nodeEnter.append("text") |
Revision as of 02:21, 17 October 2016