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
Calling Plotly.restyle on a scatter3d chart does not apply any changes to the actual graph. See this codepen, where I attempt to change the opacity of the first trace. It's worth noting that the opacity does change in the legend.
Expected behavior
Plotly.restyle should change styling for scatter3d graphs.
The text was updated successfully, but these errors were encountered:
Current behavior
Calling
Plotly.restyle
on a scatter3d chart does not apply any changes to the actual graph. See this codepen, where I attempt to change the opacity of the first trace. It's worth noting that the opacity does change in the legend.Expected behavior
Plotly.restyle
should change styling for scatter3d graphs.The text was updated successfully, but these errors were encountered: