Coupled hover events in julia

Hello everybody!

What I am trying to achieve is to get multiple time series plots to be linked in terms of hover events - i.e. if I hover a point for a certain date in one subplot, I want the hover event for the point for the corresponding date in the other subplot to be triggered as well. I have seen solution for this in JS (e.g. https://codepen.io/duyentnguyen/pen/LRVbyY), but wonder, how this could be achieved using the julia API!?

Any help appreciated, thank you :slight_smile:

Best,
Alex