iobio / iobio-charts

0 stars 1 forks source link

Fix data tooltips #70

Open anderspitman opened 2 months ago

anderspitman commented 2 months ago

Production bam has small tooltips that pop up when you hover over the bars in the histograms. These are currently broken. The fact that they are broken might have been hidden for a while because we were setting the title on the custom elements, which created a single unwanted tooltip for the entire chart (see https://github.com/iobio/iobio-charts/issues/54).

Note I believe this is also related to OICR's tooltip layout issue.

anderspitman commented 2 months ago

One clue so far. Looks like the tooltip is showing up in the very bottom left of document.body