caged / d3-tip

d3 tooltips
http://labratrevenge.com/d3-tip
MIT License
1.22k stars 349 forks source link

Update docs on tip.show() #240

Closed lislis closed 5 years ago

lislis commented 5 years ago

THey there! Thank you for creating d3-tip, it's super useful!

This is a change to the docs as mentioned in https://github.com/Caged/d3-tip/issues/231#issuecomment-391633569

I ran into the same issue and was confused by the current docs. The solution in the issue comment works perfectly so others should not have to dig in tickets :)

MDiraz commented 5 years ago

Adding the following would be helpful as well: .on('mouseover', (d, i, n) => tip.show(d, n[i]))

stale[bot] commented 5 years ago

Hey there! It looks like this issue has been automatically marked as stale because it has not had recent activity. To help the maintainers stay focused, it will be closed if no further activity occurs. Thank you for your contributions.