VALIS-software / valis-hpgv

High performance WebGL genome visualization
http://www.valis.bio
MIT License
14 stars 5 forks source link

Annotation files: peak names #33

Open emro opened 5 years ago

emro commented 5 years ago

Can we drop the bigBed annotations names? For example, peak_983939. Or could there be a new flag to toggle these labels on or off?

haxiomic commented 5 years ago

I agree a flag would be a good addition to solve this

In the meantime, you can make the text invisible by setting the text opacity 0 in CSS: set color: rgba(0, 0, 0, 0) on .hpgv_track-annotation. However this will apply to all annotation tracks - if you have multiple annotation tracks in a single viewer, some with labels off and others with labels off then it won't work