holtzy / D3-graph-gallery

A collection of simple graphics made with D3.js
https://www.d3-graph-gallery.com
MIT License
789 stars 237 forks source link

add position:absolute style to tooltip example code #107

Open yangdanny97 opened 4 months ago

yangdanny97 commented 4 months ago

the code in the examples is missing this style for the tooltip, so it doesn't work as-is when copied

https://www.reddit.com/r/d3js/comments/1azxo4y/scatterplot_tooltip_not_working_correctly/

the version hosted on the graph gallery website happens to work because the position: absolute style for .tooltip is added by bootstrap, but running the code on a page without bootstrap won't work