You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
So what I'm trying to do here is trigger my tooltip manually, not using the mouse to hover over a point. I wanna make the tooltip appear when the user hovers something else on the page (e.g. a table row).
When I am setting outside: true in chartConfig.tooltip, every time I try to trigger the tooltip manually I get:
Error in /turbo_modules/[email protected]/highcharts.js (189:336)
Cannot read property 'top' of undefined
Note that when I set outside: true, hovering over a point to trigger the tooltip normally would not cause the error.
I am using the following syntax to trigger the tooltip manually: