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

How can I get onMouseOverLink event? #25

Closed
scoutrul opened this issue Oct 20, 2017 · 7 comments
Closed

How can I get onMouseOverLink event? #25

scoutrul opened this issue Oct 20, 2017 · 7 comments

Comments

@scoutrul
Copy link

Here is available methods like:
onClickNode
onClickLink
onMouseOverNode
onMouseOutNode

but have not onMouseOverLink which very need.

@danielcaldas
Copy link
Owner

Hi @scoutrul! That is indeed a method that I can simply expose, You can certainly count on that on some next release of rd3g. Meanwhile feel free to submit a PR with this new feature. I will tag this as an enhancement for now 👍

@danielcaldas danielcaldas added enhancement improving existent functionality or performance related help wanted good first issue labels Oct 20, 2017
@scoutrul
Copy link
Author

Hello! How it is going?

@singhxp
Copy link

singhxp commented Oct 26, 2017

when I click on a link , is there a way to show links type
currently onClickLink , shows me the target and source.
links: [ {source: 'Harry', target: 'Sally'}, {source: 'Harry', target: 'Alice'}, ]

I would like to show the id value
links: [ {source: 'Harry', target: 'Sally' , id: 'friends'}, {source: 'Harry', target: 'Alice' id:'family'}, ]

@danielcaldas
Copy link
Owner

danielcaldas commented Oct 26, 2017

Hey there @scoutrul! I'm keeping this issue on standby mode for a while longer (maybe 1 to 3 weeks), I think it is a good issue to someone else pick up, maybe you should give it a try 😉. If by that time no one picks this I will certainly do it and release a new version so that these new methods are available.

@singhxp Sorry but that question is out of scope here. Can you please place your question on a new issue so it's easy to document and to track, thanks 👍

@danielcaldas danielcaldas added feature request and removed enhancement improving existent functionality or performance related labels Oct 26, 2017
@stale
Copy link

stale bot commented Nov 15, 2017

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@danielcaldas
Copy link
Owner

Removing wontfix tag, will pick up this next.

@danielcaldas
Copy link
Owner

This is completed 🎉 #40. A release is being scheduled where this new feature will be available. @scoutrul @singhxp

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

No branches or pull requests

3 participants