visdesignlab / upset2

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

Add expand all / collapse all buttons #15

Closed alexsb closed 5 years ago

alexsb commented 5 years ago

Add buttons into the UI between the set labels and the first group:

image

Use an icon from your iconset, something like that and the inverse. image

kirangadhave commented 5 years ago

I dont understand this, can you clarify

alexsb commented 5 years ago

When aggregating, we have groups and individual intersections. Aggregate all collapses the individual intersections so that only the groups are visible. This issue is about hooking this functionality up to a new button, which could be placed at the position indicated.

kirangadhave commented 5 years ago

Oh do you mean collapse all button which hides all intersections and shows only the groups? So along with having a collapse all checkbox on top, we have one button also at the position indicated. Right?

alexsb commented 5 years ago

Yes. But it should be only that button, no checkbox.