-
Notifications
You must be signed in to change notification settings - Fork 50
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
Graph: New Features #322
Graph: New Features #322
Conversation
0e8a58d
to
eeafa3a
Compare
eeafa3a
to
0dc8f5c
Compare
0dc8f5c
to
8235b10
Compare
- Provide accessor functions to `linkDistance`, `linkStrength`, and `charge`. - Set the number of iterations with the `numIterations` property. - Fix node positions after the simulation to avoid layout shuffling. #0
- Additional dimmed node styles - Exporting selectors for dimmed nodes - Updating the class names #0
Removing force layout translate because it causes issues when adding new nodes to the graph iteratively #0
#0
e38557d
to
1afbb3e
Compare
#0
828bb92
to
71ad692
Compare
…execution fix #0
The next config has to be initialized before the comparison.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. If there is nothing more to add, would you like to remove the draft status from this PR? Then I will merge.
Thanks @reb-dev! I've marked the PR as ready for review. I may have some additional tweaks to the graph component in the future, but certainly not within the next few weeks. So I think it makes sense to merge this one. |
This PR adds a number of new features to the Graph component:
There're still a few things to do but overall the PR can be considered as ready for review.