ggonnella / gfaviz

Graphical interactive tool for the visualization of sequence graphs in GFA format.
Other
63 stars 2 forks source link

Performance when many elements are selected #37

Closed niehus closed 6 years ago

niehus commented 6 years ago

When selecting and moving many elements, the performance breaks down. The selection of many elements could be sped up massively by drawing single selection boxes (instead of merging them to a single selection area like it is now) or just one selection rectangle.

ggonnella commented 6 years ago

The selection of many elements could be sped up massively by drawing single selection boxes (instead of merging them to a single selection area like it is now) or just one selection rectangle.

It's a pity, as the current selection highlighting is very nice. Maybe change it just for large graphs (i.e. over a certain number of elements)? Or this could be tricky?

ggonnella commented 6 years ago

Fixed.