AMP-SCZ / dpdash

Deep phenotyping dashboard
Other
2 stars 1 forks source link

Fix crash from tooltip #736

Closed Elkrival closed 7 months ago

Elkrival commented 7 months ago

closes #725

This pr fixes an issue that happens when a user is hovering over the bar graph some bars may cause it to crash. If you see in the video as I get further to the right, so does the tooltip and it passes the edge of bar graph, this change here const tooltipWidth = 235 places the tooltip a little more to the left.

Video of bug fix Part I