Suggestions for how to add tooltips #966
-
Thanks for building this promising framework. Seeking advice on whether it would be possible for me to create a chart tooltips as shown in the screenshot below. We have a use-case where these tooltips need to appear on all plots as the user pans left and right. If it helps, I am very experienced with d3 - I just need a nudge in the right direction if there is a way I can add this custom functionality assuming it's not native yet. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
One approach for adding tooltips is implemented here: https://observablehq.com/@mkfreeman/plot-tooltip |
Beta Was this translation helpful? Give feedback.
One approach for adding tooltips is implemented here: https://observablehq.com/@mkfreeman/plot-tooltip
At the moment it doesn't support custom html in the tooltip, but if you're experienced with d3 you can probably see how to extend it with that functionality.