Makie.jl - Subplots + hover information

Hi all. I have a general question regarding Makie.jl, subplots and hover information.

I would like to recreate a plot with some subplots in which the hover information of ALL the data-series is shown. There would be 2 ways:

  • Information on every data-series when hover 1 of the series, like this one example from Plotly-Python (hoverinfo_subplots)

  • Vertical hoverline across all subplots showing information of all the data-series in all subplots like the following image:

Is this easy doable with Makie.jl?

Thanks!