We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8877f commit 05a2448Copy full SHA for 05a2448
src/plot_api/to_image.js
@@ -64,7 +64,6 @@ function toImage(gd, opts) {
64
var canvasContainer = window.document.createElement('div');
65
var canvas = window.document.createElement('canvas');
66
67
- // window.document.body.appendChild(canvasContainer);
68
canvasContainer.appendChild(canvas);
69
70
canvasContainer.id = Plotly.Lib.randstr();
0 commit comments