-
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
Make node.renderLabel available at node level #192
Comments
Hi @henzesberger,
This is not possible to achieve as you can see in the documentation I'll tag this as a feature request and enhancement since it already exists in the global scope of the config. |
Thank you very much, looking forward to have this feature. |
This issue is very similar to #234 and the others linked under the same issue. |
Is this issue still open? I am a newbie and would like to contribute. Please let me know. |
Hey, @ashish10677 this issue is up for grabs, I'll assign it to you. |
if this is not yet done i will take it up also if possible can i get the list of all these local global changes i will implement them at once i see similar issues in here regarding the same |
@gopherine you can take up the issue. I'm travelling this week and won't be able to do anything. @danielcaldas can you assign it to @gopherine |
Hey @gopherine go ahead I'll assign this to you 🙂 |
sorry for the delay i got busy with university :) i will dive back into it today or tommorow |
np @gopherine! Thanks a lot for following up on this issue! |
Implemented in #267 |
Describe the bug
I'd like to show the label information only when the user hovers over the nodes.
Since there is already a renderLabel property on the nodes, I tried to change it in combination with onMouseOverNode and onMouseOutNode but unfortunately, the labels are not shown.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The labels of the currently hovered node should be visible and the node size should be changed
Screenshots
Environment:
The text was updated successfully, but these errors were encountered: