-
Notifications
You must be signed in to change notification settings - Fork 177
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
Link Customization #106
Comments
Yes an example on how to modify link will be awesome and state for the animation to be triggered manually could help a lot |
I would also like to be able to customize the links as @yasaspeiris described. It can be very useful. |
Not a real solution maybe but i have added css rules for links. In order to achive that you need to first use className attr of link such as :
then created a css rule more specific than original one such as
as I said. not neat but hey it works:D |
Related to Link Customization, is it possible to have 2 labels on 1 link path? |
**Is your feature request related to a problem?
The documentation shows how to customize nodes and it works brilliantly. I would also like to modify links, such as changing the fill color, adding an on-hover tool tip to display information etc.
Describe the solution you'd like
Include an example on how to modify links in documentation.
Describe alternatives you've considered
I tried modifying the original code but had little success.
Additional context
Thank you for this library! It is absolutely brilliant and easy to use. A few more examples can help beginners like me.
The text was updated successfully, but these errors were encountered: