plotly / dash-slicer

A volume slicer for Dash
https://dash.plotly.com/slicer
MIT License
24 stars 8 forks source link

Implement rate limiting via slider drag_value? #31

Closed almarklein closed 3 years ago

almarklein commented 3 years ago

Rate limiting is introduced in #24 to improve the performance. Once plotly/dash-core-components#884 has landed and DCC has a new release, that approach could be considered instead. The UX differs a bit, but the code of this project would become simpler.

almarklein commented 3 years ago

Now that we included the axis ranges in the rate limiting mechanism, it's probably easier to keep things as they are.