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 our plotly.py 3.0.0r4 (plotly/plotly.py#942), we can view the default properties in jupyter notebooks. Today, we noticed that scattermapbox.line.width appears even though it isn't a supported property.
(Previously, if properties appeared in _fullData that weren't in the schema the plotly.py validation would raise an exception. This was fixed in plotly/plotly.py@3d0460e so plotly.py is no longer blocked by this artifact).
The text was updated successfully, but these errors were encountered:
In our plotly.py 3.0.0r4 (plotly/plotly.py#942), we can view the default properties in jupyter notebooks. Today, we noticed that
scattermapbox.line.width
appears even though it isn't a supported property.Codepen: https://codepen.io/chriddyp/pen/mKmaQv?editors=0011
(Previously, if properties appeared in
_fullData
that weren't in the schema the plotly.py validation would raise an exception. This was fixed in plotly/plotly.py@3d0460e so plotly.py is no longer blocked by this artifact).The text was updated successfully, but these errors were encountered: