You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When plotting an Isosurface, Mesh3D etc, and also a Scatter3D trace,
the Isosurface object seems to prevent the hover functionality of the Scatter-Plot when trying to hover over a Scatter3D marker,
even though the Isosurface's hoverinfo parameter has been set to "skip".
reproducible example (written in Python, but illustrates the issue and produces the HTML and JS):
gvwilson
changed the title
BUG: Isosurface and other 3D types prevent Scatterplot hover
Isosurface and other 3D types prevent Scatterplot hover
Aug 9, 2024
As this is ultimately a plotly.js issue, I'm referencing the following issue from plotly.py
Isosurface and other 3D types prevent Scatterplot hover
When plotting an Isosurface, Mesh3D etc, and also a Scatter3D trace,
the Isosurface object seems to prevent the hover functionality of the Scatter-Plot when trying to hover over a Scatter3D marker,
even though the Isosurface's hoverinfo parameter has been set to "skip".
reproducible example (written in Python, but illustrates the issue and produces the HTML and JS):
The text was updated successfully, but these errors were encountered: