I am using x-unified hovermode in plotly with subplots. Whenever I move cursor on the plot I want to basically show x-hover info plus corresponding Y value on Y-axis at the X hover location. How can I do that? Currently Y-axis info comes
In above image, along with x-hover I want to see Y values highlighted on Y-axis as well. Let me know how I can achieve that!
Thanks :)

You can do that by adding
showspikesto both axes:Output: