statgen / locuszoom

A Javascript/d3 embeddable plugin for interactively visualizing statistical genetic data from customizable sources.
https://statgen.github.io/locuszoom/
MIT License
154 stars 29 forks source link

Tooltips on annotation track do not show in "merged tracks" mode #106

Closed welchr closed 6 years ago

welchr commented 7 years ago

How to reproduce:

  1. Go to http://locuszoom.org/locuszoomjs.php
  2. Add a dataset (I used DIAGRAMv3)
  3. Add bed track (I used ENCODE / chromHMM / Chromatin State Segmentation by HMM from ENCODE/Broad)
  4. Hover over segments of track - tooltip will show
  5. Click "merge tracks"
  6. Hover over segments - tooltip will not show
Frencil commented 7 years ago

Bug confirmed. Likely a regression (I swear tooltips worked on collapsed bed tracks initially...) from the other tooltip work that's happened recently. Will take a look.

Frencil commented 6 years ago

Issue resolved in #116.

abought commented 6 years ago

PR merged, closing issue. Thanks again!