ivelascog / TimeSearcherPlus

MIT License
2 stars 1 forks source link

Add a tooltip on Hover #45

Open ivelascog opened 4 months ago

ivelascog commented 4 months ago

Should hovering be done at timeline or point level?

I propose that in the general view it should be by timeline and in the detailed view by point.

It would be necessary to determine how we are going to highlight the line that is being hovered in a clear way, maybe using more thickness, on top, and a bright color?

Finally, we probably don't want to repaint the entire canvas for the hover. We should add another SVG layer on top to paint only the hover line.

@john-guerra