-
Notifications
You must be signed in to change notification settings - Fork 373
Closed
Description
Currently, all cells are shown in a Treemap regardless of their size. This results in a cluster of tiny cells that are hard to select and make the UI look a bit clunky.
A possible solution could be having a minSizeToDisplay const where all cells that have sizes less than minSizeToDisplay are put in a bigger cell (e.g. a cell named 'Other'). A potential problem with this solution is that the combined cell will now change its position since it's become bigger, and would blend in with other cells.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
