Hello all,
I have a plot that has some y-axes which share an x-axis.
One of the y-axes is overlaid over all of the other y-axes. See image.
Current Functionality:
The y-axis which is overlaid (the bar traces)
over the other y-axes (top and bottom scatter traces)
is taking precedence over the tooltip.
(i.e. in the image, the 3 bar traces assigned to the overlaid y-axis (yaxis100) always show up on the tooltip).
Desired Functionality:
I’d like the tooltip to show all y-values of all traces belonging to all y-axes at the cursor position.
note: I have implemented by simply setting the domain
of the overlaid y-axis (‘yaxis100’) = [0,1]