notes links invisible fix
All checks were successful
Updates the graph by copying the updated files in the right directory / build-and-deploy (push) Successful in 5s
All checks were successful
Updates the graph by copying the updated files in the right directory / build-and-deploy (push) Successful in 5s
This commit is contained in:
parent
22f5273775
commit
ecff506675
1 changed files with 2 additions and 2 deletions
|
|
@ -145,8 +145,8 @@ function update(source) {
|
||||||
return d._children ? "lightsteelblue" : "#fff";
|
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);
|
nodeUpdate.selectAll("text").style("fill-opacity", 1);
|
||||||
// Transition exiting nodes to the parent's new position.
|
// Transition exiting nodes to the parent's new position.
|
||||||
var nodeExit = node
|
var nodeExit = node
|
||||||
.exit()
|
.exit()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue