plotly / dash-slicer

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

Breaking potential loops, allowing widgets to be used to both get and set slicer position #45

Closed almarklein closed 3 years ago

almarklein commented 3 years ago

Closes #44

almarklein commented 3 years ago

@surchs if this fixes it for you and does not break anything, then this should be good to go. The PR looks larger than it is, because it's mostly splitting a callback in two.

surchs commented 3 years ago

I'm trying it out right now, will let you know once it's running!

surchs commented 3 years ago

Hey @almarklein, this looks good to me. Works in my example (to both show in and change from an input field the slicer position).