Closed
Description
Second issue reported in plotly/plotly.py#1055
CodePen: https://codepen.io/anon/pen/EpRrVq
When the textposition
property of the scatter3d
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 of textposition
values works as expected for the 2d scatter
trace.