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

geom_text(aes(tooltip)) does not work #179

Open
tdhock opened this issue Jan 19, 2025 · 0 comments
Open

geom_text(aes(tooltip)) does not work #179

tdhock opened this issue Jan 19, 2025 · 0 comments

Comments

@tdhock
Copy link
Collaborator

tdhock commented Jan 19, 2025

because tooltips are currently implemented by adding <title> elements inside the svg element, but the JS .text method is removing the <title> element and replacing with the aes(label) value.
we could conceivably get it to work by making html like label text<title>tooltip text</title>
but even better is if we could implement a new tooltip library with more rapid/obvious tooltips that show up.

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

No branches or pull requests

1 participant