holtzy / D3-graph-gallery

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

Tooltips Example Not Working #36

Open mohsenasm opened 3 years ago

mohsenasm commented 3 years ago

Hi, I love your repo!

Just for a report, the first two samples in the Building tooltips with d3.js not working nighter in safari nor chome.

Expected result: seeing a tooltip when the mouse hovers the circle Actual result: there is no tooltip

Thanks.

fkellner commented 3 years ago

Hi, I don't know if this is the same as your problem, but I tried to copy the visible code to create a tooltip and it did not work for me, too... Playing around in the Browser Console, I found out that there is some additional css required to make the tooltip work, could you be so kind to include it or tell us which libraries to include?

Thanks.

mohsenasm commented 3 years ago

Actually, I don't know which changes we should make. However, that seems you have already made some changes. But the tooltip still is not working on the site.

fkellner commented 3 years ago

Oh, I'm Sorry, my fault! I was talking about the tooltip in the bubble chart example :see_no_evil: Can I unreference the issue somehow?