dependabot[bot]
2024-08-15 cb68069d455cf513da4eefeab7868062085b4064
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,
  },
}