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

scatterplot, position absolute #67

Open toukomettinen opened 2 years ago

toukomettinen commented 2 years ago

I tried to use the d3.js scatterplot example(s) (both v4 and v6). The tooltip was under the plot in a fixed place. Then I put style: position: absolute to tooltip div and it worked.