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

This commit is contained in:
Lichene 2025-11-14 13:38:22 +01:00
parent 09160fcc7d
commit e1b3e71a9c

View file

@ -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()