Positioning tooltip on chart with symbols?

Hello! I’ve created a lollipop chart in D3 that displays datapoints at different d3 symbols of d3.symbolSquare, d3.symbolCircle, etc… Because of this, I add them to the svg as paths instead of circles. Previously when I added them as circles (and thus only had circle shapes), I was able to position the tooltip using the results from d3.pointer(event, this). Now this does not work. Any advice?

Hello, could you share the code as a notebook? (It’s a bit difficult to answer without actually seeing the code.)