-
Notifications
You must be signed in to change notification settings - Fork 231
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
More granular resolution of node and link parameters #166
Conversation
* link level setting for opacity
* add eyeglasses to config for link opacity
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.
Nice job @sauln! Just some minor comments and it's good to merge! 🙌
General comment, please change the title of this PR to |
- revert version bump - set default strokeWidth to SAME - add link level resolution to strokeWidth (for issue 149)
Updates include:
|
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.
Awesome!
This PR adds node level configuration of opacity and strokeWidth and link level configuration of opacity.
Also, it adds a prepare script so the library can be installed directly from GitHub. I can remove this if you'd like.