How to share yaxis between n-curves

Hello,

I’m trying to create a group of curve plots that share only the yaxis and keep the interactive tools using the bokeh backend. I know that I can create this visualization using the same dataframe with hvplot.line, but I want to know if it is possible to correlate different objects like holoviews.DynamicMap, etc in the same way.

They should be linked as long as the vdim name is the same.