diff --git a/public/js/arf.js b/public/js/arf.js index 57d331d..f9be546 100644 --- a/public/js/arf.js +++ b/public/js/arf.js @@ -145,8 +145,8 @@ function update(source) { return d._children ? "lightsteelblue" : "#fff"; }); - nodeUpdate.select("text").style("fill-opacity", 1); - //nodeUpdate.selectAll("text").style("fill-opacity", 1); + //nodeUpdate.select("text").style("fill-opacity", 1); + nodeUpdate.selectAll("text").style("fill-opacity", 1); // Transition exiting nodes to the parent's new position. var nodeExit = node .exit()