Rangeslider with multiple ticks/handles?

Hello, all. Is it possible to have multiple ticks/handles for a rangeslider (https://plot.ly/python/range-slider/) underneath a graph? Normally two ticks are used as a visual way to zoom in on a specific portion of a graph, but I would like to use a third tick to separate a portion of the graph into two areas. Is something like this possible?

I was looking into the rangeslider github code, and could not find anything, though Dash’s rangeslider does support multiple handles; however, it isn’t attached to the graph as neatly as Plotly’s component or and isn’t as visually appealing.

1 Like