Disable hover for selected trace

Hey there,
I’m new to plotly and I couldn’t find a solution for the following problem:
I have a plot with markers and lines. I want do disable the hover and spike functionality for the line but not for the markers. Is there a way to do that?

https://codepen.io/StZeile/pen/wvvKRQE

Thanks for your help.

We don’t expose a option to do so at the moment unfortunately.

Too bad. Do you think it is possible to create two graphs like here (https://codepen.io/StZeile/pen/poojqYX) but have them at the exact same spot with the exact same orientation, zoom, etc.? This way it would be possible to deactivate the helperlines for one graph with showspikes: false.