update graph redir

hugo
Jacky Zhao 3 years ago
parent 806d11f874
commit de940d6a4b

@ -1,6 +0,0 @@
---
title: "External Hosting"
---

@ -184,7 +184,7 @@
const labels = graphNode.append("text") const labels = graphNode.append("text")
.attr("dx", 12) .attr("dx", 12)
.attr("dy", ".35em") .attr("dy", ".35em")
.text((d) => encodeURI(d.id)) .text((d) => d.id.replace("%20", "-"))
.style("opacity", 0) .style("opacity", 0)
.style("pointer-events", "none") .style("pointer-events", "none")
.call(drag(simulation)); .call(drag(simulation));

Loading…
Cancel
Save