Skip to content
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

tweak graph performance #66

Closed
secure-77 opened this issue Mar 1, 2023 · 1 comment
Closed

tweak graph performance #66

secure-77 opened this issue Mar 1, 2023 · 1 comment
Labels

Comments

@secure-77
Copy link
Owner

If you have a lots of notes the performance of the grap overview really takes time. I want to try to optimise this by changing the physics

var options = {
  physics: {
    solver: 'forceAtlas2Based'
  }
};

based on this: visjs/vis-network#370

@secure-77 secure-77 added enhancement New feature or request To Do on the to do list labels Mar 1, 2023
@secure-77 secure-77 added implemented / fixed and removed To Do on the to do list labels Apr 29, 2023
@secure-77
Copy link
Owner Author

Implemented in version 1.5.4 + a loading graph indicator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant