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
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.
Hello 👋
When plotting a graph with
hovermode: 'x'
, sometimes the tooltip pointer is not correctly positionedIt 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
The text was updated successfully, but these errors were encountered: