mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-12 11:40:40 +00:00
update graph redir
This commit is contained in:
parent
806d11f874
commit
de940d6a4b
2 changed files with 1 additions and 7 deletions
layouts/partials
|
@ -184,7 +184,7 @@
|
|||
const labels = graphNode.append("text")
|
||||
.attr("dx", 12)
|
||||
.attr("dy", ".35em")
|
||||
.text((d) => encodeURI(d.id))
|
||||
.text((d) => d.id.replace("%20", "-"))
|
||||
.style("opacity", 0)
|
||||
.style("pointer-events", "none")
|
||||
.call(drag(simulation));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue