Oskar Manhart
2023-09-14 14cbbdb8a2f69ebc51cd53a82b50206c543778b0
quartz/components/Graph.tsx
@@ -13,6 +13,8 @@
  linkDistance: number
  fontSize: number
  opacityScale: number
  removeTags: string[]
  showTags: boolean
}
interface GraphOptions {
@@ -31,6 +33,8 @@
    linkDistance: 30,
    fontSize: 0.6,
    opacityScale: 1,
    showTags: true,
    removeTags: [],
  },
  globalGraph: {
    drag: true,
@@ -42,6 +46,8 @@
    linkDistance: 30,
    fontSize: 0.6,
    opacityScale: 1,
    showTags: true,
    removeTags: [],
  },
}