Closed
Description
Hello 👋
When plotting a graph with hovermode: 'x'
, sometimes the tooltip pointer is not correctly positioned
It happens mainly for tooltips with large content that are on the edges of the graph.
Here is a reproduction link https://stackblitz.com/edit/web-platform-s4way6?file=script.js,index.html
PS: I took a look into where calculations happen and I think I might be able propose a solution