You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: