Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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