Skip to content
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

Deleted axes not cleaned up properly #2392

Closed
alexcjohnson opened this issue Feb 21, 2018 · 1 comment
Closed

Deleted axes not cleaned up properly #2392

alexcjohnson opened this issue Feb 21, 2018 · 1 comment
Labels
bug something broken

Comments

@alexcjohnson
Copy link
Collaborator

See eg:

Plotly.newPlot(gd,
    [{y: [1,2,3]}, {y: [10, 30, 20], yaxis: 'y2'}],
    {yaxis2: {side: 'right', overlaying: 'y'}}
);
Plotly.deleteTraces(gd, [1]);

screen shot 2018-02-21 at 3 00 43 pm

reported in plotly/react-plotly.js#45

@alexcjohnson alexcjohnson added the bug something broken label Feb 21, 2018
@krunomunitic
Copy link

Also experiencing this 👍

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