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 6s
All checks were successful
Updates the graph by copying the updated files in the right directory / build-and-deploy (push) Successful in 6s
This commit is contained in:
parent
09160fcc7d
commit
e1b3e71a9c
1 changed files with 2 additions and 2 deletions
|
|
@ -121,7 +121,7 @@ function update(source) {
|
||||||
.attr("dy", ".35em")
|
.attr("dy", ".35em")
|
||||||
.attr("text-anchor", "start")
|
.attr("text-anchor", "start")
|
||||||
.text("[Notes]")
|
.text("[Notes]")
|
||||||
.style("fill", "blue")
|
.style("fill", "brown")
|
||||||
.style("fill-opacity", 1e-6)
|
.style("fill-opacity", 1e-6)
|
||||||
.style("text-decoration", "underline");
|
.style("text-decoration", "underline");
|
||||||
// END OF NEW CODE
|
// END OF NEW CODE
|
||||||
|
|
@ -146,7 +146,7 @@ function update(source) {
|
||||||
});
|
});
|
||||||
|
|
||||||
//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