Skip to content

Implement arrayOk textposition for scatter3d traces #2872

Closed
@jonmmease

Description

@jonmmease

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"

screen shot 2018-08-04 at 7 17 23 am

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']

screen shot 2018-08-04 at 7 17 36 am

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions