dasmoth / dalliance

Interactive web-based genome browser.
http://www.biodalliance.org/
BSD 2-Clause "Simplified" License
226 stars 68 forks source link

Request: group tracks #52

Closed j-hudecek closed 9 years ago

j-hudecek commented 10 years ago

It would be really nice if tracks could be grouped and the groups would be indicated visually with labels. We don't need UI to configure that, we're creating them via JS.

I've created an image how I would like it to work. On it you can see two groups of tracks (for subset 1 and 2) groups

dasmoth commented 10 years ago

There's a prototype of this on the "tiergroups" branch. Mark a track config as being a member of a group with:

        tierGroup: 'Subset 1'

I'm still working on the styling -- I've left the group bars basically unstyled for now to make it obvious this is work in progress.

dasmoth commented 9 years ago

This is now merged, but may be a few more styling changes before 0.13.0