Enhance Rangeslider/selector update speed

Hi there,

I’m building a dashboard with several plots that are updated based on a timerange selected using the rangeslider feature. It seems that in Dash, when you adjust the range, before other graphs are updated each step between the old range and the new range is evaluated, rather than just the selected range. This really increases the time it takes to get the other graphs updated, which is a pity. Are there solutions to this that I am not yet seeing? Would be appreciated, thanks!

Colin