Skip to content

Rendering smaller nodes in Treemap #2106

@peterdjlee

Description

@peterdjlee

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.

Screen Shot 2020-06-22 at 2 27 25 PM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions