Skip to content

Modebar not destroyed correctly #120

Closed
@emackey

Description

@emackey

Try this in the test environment:

Plotly.newPlot(Tabs.fresh(),    [{x:[1,2,3], y:[2,1,2]}]);
Plotly.newPlot(Tabs.getGraph(), [{x:[1,2,3], y:[2,1,2]}]);
Plotly.newPlot(Tabs.getGraph(), [{x:[1,2,3], y:[2,1,2]}]);
Plotly.newPlot(Tabs.getGraph(), [{x:[1,2,3], y:[2,1,2]}]);
Plotly.newPlot(Tabs.getGraph(), [{x:[1,2,3], y:[2,1,2]}]);

Now, inspect the DOM tree near the modebar(s). Each newPlot has its own overlapping modebar.

Metadata

Metadata

Assignees

Labels

bugsomething broken

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions