Skip to content

Showline not cleaned up properly #2410

Closed
@nicolaskruchten

Description

@nicolaskruchten

Similar to #2392 ...

Plotly.newPlot(gd,
    [{y: [1,2,3]}, {y: [10, 30, 20]}],
    {yaxis: {showline: true}}
);
Plotly.relayout(gd, {'yaxis.showline': false});

Results in the y-axis line still being shown.

Ref plotly/react-plotly.js#53

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugsomething broken

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions