Jacky Zhao
2024-05-29 520acbbf6fe3ef43e9b2b662bfb21e0f9c3bb982
quartz/components/Graph.tsx
@@ -17,6 +17,7 @@
  opacityScale: number
  removeTags: string[]
  showTags: boolean
  focusOnHover?: boolean
}
interface GraphOptions {
@@ -37,6 +38,7 @@
    opacityScale: 1,
    showTags: true,
    removeTags: [],
    focusOnHover: false,
  },
  globalGraph: {
    drag: true,
@@ -50,6 +52,7 @@
    opacityScale: 1,
    showTags: true,
    removeTags: [],
    focusOnHover: true,
  },
}