visdesignlab / upset2

UpSet - Visualizing Intersecting Sets
https://upset.multinet.app/
BSD 3-Clause "New" or "Revised" License
42 stars 7 forks source link

Trrack: Filtering should only register one action for the changed slider #306

Closed JakeWags closed 5 months ago

JakeWags commented 6 months ago

When changing degree filtering, the state is dispatched as a Trrack action twice. Once as the lower bound, once as the upper bound.

simply check the update to find if there is a delta between filter numbers (upper or lower) and dispatch only one trrack action.

upset-filter-history