Open w0rp opened 6 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.
Here is some activity. Don't automatically close issues with a robot.
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.
Here is more activity.
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.
Here is more activity.
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.
Here is more activity.
The library is no longer developed... https://github.com/Caged/d3-tip/issues/239#issuecomment-443053926.
Maybe someone can fork it and work on a fork.
I'm not a Javascript developer... Otherwise I could do that. Plus, I do not like to work with Javascript because it's ugly :D
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.
Here is more activity. :wink:
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.
More activity.
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.
Don't stale this!
Sometimes you just want to display plain text in your tooltips, and doing so requires that you first escape your text before you use it for
.html()
. If you forget, you can introduce XSS security issues. It would be nice if there was a.text()
method you could use instead, so you don't have to worry about escaping text yourself. This would be similar to.text()
in JQuery.