Line 177: | Line 177: | ||
nodeUpdate.select("circle") | nodeUpdate.select("circle") | ||
.attr("r", 4.5) | .attr("r", 4.5) | ||
− | .style("fill", function(d) { return d._children ? " | + | .style("fill", function(d) { return d._children ? "lightyellow" : "#fff"; }); |
nodeUpdate.select("text") | nodeUpdate.select("text") |
Revision as of 02:23, 17 October 2016