BugFix
All checks were successful
Updates the graph by copying the updated files in the right directory / build-and-deploy (push) Successful in 3s
All checks were successful
Updates the graph by copying the updated files in the right directory / build-and-deploy (push) Successful in 3s
This commit is contained in:
parent
01a3f0bde5
commit
acc1902074
1 changed files with 2 additions and 1 deletions
|
|
@ -95,7 +95,8 @@ function update(source) {
|
|||
return d.children || d._children ? "end" : "start";
|
||||
})
|
||||
.text(function (d) {
|
||||
return d.name;
|
||||
// rimuove un eventuale " [N]" finale dal titolo
|
||||
return d.name.replace(/\s*\[N\]$/, "");
|
||||
})
|
||||
.style("fill", function (d) {
|
||||
return d.free ? "black" : "#999";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue