visdesignlab / upset2

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

Remove "Cancel" and "Submit" buttons from attributes menu #345

Closed NateLanza closed 3 months ago

NateLanza commented 3 months ago

Currently, the attributes menu has cancel and submit buttons. Cancel simply closes the menu (same as clicking off) and submit is unnecessary; displayed attributes should update the moment the checkbox list is updated. Both buttons can be removed and an event should be used to update the plot when the checkbox selections change. Ensure also that updating the plot doesn't cause the attributes menu to go away.