Closed
Description
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.