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
In trying out the new cone trace in plotly/plotly.py#942 I noticed that the color property for this trace type isn't included in the dist/plotly-schema.json file (at least for 1.38.2). If I understand correctly there should be a cone.color property alongside cone.colorscale, cone.cmin, etc.
Here's a screenshot of my editor with all of the property bodies collapsed.
For context, I found this because the Cone Python class generated from the schema was missing a color property 🙂