-
It seems by default a tooltip persists on click - I tried playing with visibility to remove that behavior but I don't think I can. Is there an easy way of implementing this? I tried something like:
But that doesnt quite work.... would be nice to just have tooltips be on hover! Example here: https://observablehq.com/d/105e4ba3b783bcd2 |
Beta Was this translation helpful? Give feedback.
Answered by
MayaGans
Mar 5, 2025
Replies: 1 comment 1 reply
-
Ended up using d3: https://observablehq.com/d/105e4ba3b783bcd2 but curious if like clickEvent: false in Plot.tip could maybe be a feature others would be interested in :) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MayaGans
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ended up using d3: https://observablehq.com/d/105e4ba3b783bcd2 but curious if like clickEvent: false in Plot.tip could maybe be a feature others would be interested in :)