man-group / dtale

Visualizer for pandas data structures
http://alphatechadmin.pythonanywhere.com
GNU Lesser General Public License v2.1
4.62k stars 390 forks source link

hoverinfo cannot be displayed on the lines to the left of the chart #834

Closed xayjin closed 6 months ago

xayjin commented 6 months ago

I use dtale charts a lot. I find hoverinfo cannot be displayed on the lines to the left of the chart. I use chrome develop tools to check out, and find there is a Div on top of the chart. So the chart can't get mousemove event. image

use chrome develop tool to check out:

image

I use the latest version 3.8.1

aschonfeld commented 6 months ago

@xayjin just released v3.9.0 to pypi (will be on conda-forge shortly) with this fix