We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a29a89 commit ad5089eCopy full SHA for ad5089e
test/jasmine/tests/toimage_test.js
@@ -22,6 +22,7 @@ describe('Plotly.toImage', function() {
22
// make sure ALL graph divs are deleted,
23
// even the ones generated by Plotly.toImage
24
d3.selectAll('.js-plotly-plot').remove();
25
+ d3.selectAll('#graph').remove();
26
});
27
28
it('should be attached to Plotly', function() {
0 commit comments