Leo Lazou
2024-05-30 244801af65b9e628927c1f1b2518ae62ca2e354f
quartz/components/scripts/graph.inline.ts
@@ -282,6 +282,13 @@
    // @ts-ignore
    .call(drag(simulation))
  // make tags hollow circles
  node
    .filter((d) => d.id.startsWith("tags/"))
    .attr("stroke", color)
    .attr("stroke-width", 2)
    .attr("fill", "var(--light)")
  // draw labels
  const labels = graphNode
    .append("text")