airbnb / visx

🐯 visx | visualization components
https://airbnb.io/visx
MIT License
19.4k stars 712 forks source link

XYChart Tooltip not firing #1834

Closed lapidus closed 4 months ago

lapidus commented 4 months ago

I am rendering XYChart in an iframe and some additional providers. I've tried to figure out if one of the other providers are interfering with <TooltipProvider> but no luck so far ...

The same chart renders fine with tooltip, outside these particular wrappers. Any ideas appreciated on what could cause the XYChart tooltip to not work in this context. (The regular @visx/tooltip works fine within the same iframe environment.)

image