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, }, }