In a stacked area plot, is there a way to get mouse hover to show the value of the corresponding area?
hovermode=“closest” does not work: in the lower half of each area, it shows the value below the mouse position, and this corresponds to a different area. My expected behavior for an area plot, i.e. showing the area the mouse is hovering over, is equivalent to showing the y value higher than the mouse position at all times.
Hi @jmmease, thanks for your response. hovermode="x" does produce this behavior. However, I am wondering if it is possible to see only the area under the mouse. This would be like hovermode="closest", except in a stacked area plot to show the y value corresponding to the area under the mouse.