-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken Global Graph View #1660
Comments
hmm, ok this is the second instance of this then. Can you show me which revision breaks this? |
Hey, I just tried a wired way at commit: set the options of globalGraph: {
drag: true,
zoom: true,
depth: -1,
scale: 0.9,
repelForce: 0.5,
centerForce: 0.3,
linkDistance: 30,
fontSize: 0.6,
opacityScale: 1,
showTags: true,
removeTags: [],
focusOnHover: true,
}, and it seems to work :), but this is not the correct way to solve this problem. |
Thank you for your reply. However, this solution does not work at my latest commit |
Is it possible that this bug is caused by a massive graph( a lot of vertices)? Because hidding the |
Hey! Fwiw, I've got the same bug. I posted and did some troubleshooting on the Discord. TLDR:
I appreciate any advice on the matter. |
Describe the bug
Global graph view cannot render properly.
To Reproduce
Expected behavior
The graph should be rendered properly, just like in Obsidian
Screenshots and Source
Screenshot can be seen above.
link to my Quartz repository.
Desktop
node
Version: v20.17.0npm
version: 10.8.2The text was updated successfully, but these errors were encountered: