epiviz/epiviz.heatmap.gl

Add selections of multiple rows/cols

Closed this issue · 3 comments

Following the process of click-selecting a single row/col, selecting multiple rows/cols via brush-selection should be possible.
All selected rows/columns should be returned and selected region should be highlighted.

@OssamaRafique I just noticed the state is not being reset somewhere properly, to reproduce this issue

Step 1: click on "enable highlight", select a few columns/rows, I clicked on C9-11 and r4-6
image

Step 2: clear highlights by clicking the button

image

Step 3: try to highlgiht the same rows from Step 1, I would have to double click on the labels. for others single-click works.

@jkanche Thanks for pointing this out, PR is up #13

Thanks for the update