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
I checked the schema and the arrayOk property is set to true for this property. Also, this array of textposition values works as expected for the 2d scatter trace.
The text was updated successfully, but these errors were encountered:
Second issue reported in plotly/plotly.py#1055
CodePen: https://codepen.io/anon/pen/EpRrVq
When the
textposition
property of thescatter3d
trace is set to "middle left", the text position responds as expected:textposition: "middle left"
However, when the
textposition
property is set to an array of valid strings, the positions are ignored:textposition: ['top center', 'middle left', 'bottom center', 'middle right']
I checked the schema and the
arrayOk
property is set to true for this property. Also, this array oftextposition
values works as expected for the 2dscatter
trace.The text was updated successfully, but these errors were encountered: