I have a page layout consisting of several figures. Some of the figures consists of subplots, but others are independent.
I know there is a clickData callback, however, is it possible to have the tooltips appear on the other plots at the same X or Y location?
For example, if all the plots on the page have a datetime axis, I would want one click on a plot to show a tooltip/hover tag on all the other figures on the same datetime.
I’ve been looking through the gallery but can’t seem to find this example. Any help would be appreciated.