mirror of
				https://github.com/ZetaKebab/quartz.git
				synced 2025-11-03 22:49:47 +00:00 
			
		
		
		
	update graph redir
This commit is contained in:
		@@ -1,6 +0,0 @@
 | 
			
		||||
---
 | 
			
		||||
title: "External Hosting"
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@@ -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));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user