Hello all. So I have a question regarding possible ways of customizing a range slider. I see a very nice example of tying a rangeslider in with multiple stacked plots in the following: https://plotly.com/python/range-slider/. As we can see in the example, the rangeslider displays all of the plotted lines together. What I’m wondering is if it is possible to change the visibility of certain lines in the range slider so that some appear in there while others don’t? Ideally I’d like to be able to use the range slider to control the view of all of the plots at once as in the example, but to hide several from view in the range slider bar. Is this possible?