diff --git a/public/js/arf.js b/public/js/arf.js index 87e0c37..57d331d 100644 --- a/public/js/arf.js +++ b/public/js/arf.js @@ -145,7 +145,7 @@ function update(source) { return d._children ? "lightsteelblue" : "#fff"; }); - //nodeUpdate.select("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