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".
@emmanuelle, has this ever been addressed?
It's still the same existing issue in plotly v5.2.2
Here is an application, where I need the isosurfaces
for giving the user a visual cue on the facets of a dataset,
while they still should be able to explore the datapoints by hovering the mouse cursor over them.
plotly version: 4.1.0
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:
The text was updated successfully, but these errors were encountered: