Caleydo / lineupjs

Fork and custom implementation of LineUp Library for Visual Analysis of Multi-Attribute
https://lineup.js.org
BSD 3-Clause "New" or "Revised" License
70 stars 4 forks source link

add regular categorical group renderer to stratified column #480

Closed sgratzl closed 6 years ago

sgratzl commented 6 years ago

Steps to reproduce

  1. Open list of all cell lines
  2. Stratify by tumor type
  3. Collapse all tumor types

The values of the tumor type column are now for instance astrocytoma/glioblastoma (50) with some colored bar in the background (if there are enough samples in the group). I would find it more intuitive if the information is displayed the same way as if the rows would not be collapsed, i.e., a colored square and then the tumor type. Especially in the case of multiple stratifying columns and many collapsed groups, this might help a lot to keep an overview. Furthermore, it reduces the amount of text shown.

sgratzl commented 6 years ago

still needed after #403 ?

mstreit commented 6 years ago

I think that's addressed already with the latest changes..