dieterich-lab / medex

Intuitive Graphical User Interface for Medical Data Exploration
MIT License
4 stars 3 forks source link

Scatter plot mouseover is not precise #10

Closed AljoschaK closed 4 years ago

AljoschaK commented 4 years ago

Not sure if this is a bug coming from plotly directly - then it might be hard to fix, but if I mouseover a point in scatter plot, I see the numbers of a different point displayed:

image

Magdalena5 commented 4 years ago

It was a problem with Plotly JavaScript Graphing Library. I changed to Plotly Python Graphing Library. This solved the issue.