Skip to content

Showline not cleaned up properly #2410

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nicolaskruchten opened this issue Feb 27, 2018 · 0 comments
Closed

Showline not cleaned up properly #2410

nicolaskruchten opened this issue Feb 27, 2018 · 0 comments
Labels
bug something broken

Comments

@nicolaskruchten
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

No branches or pull requests

2 participants