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 bb8137c commit 0fa8c8fCopy full SHA for 0fa8c8f
src/snapshot/tosvg.js
@@ -105,6 +105,11 @@ module.exports = function toSVG(gd, format) {
105
}
106
107
108
+ // remove draglayer (it's invisible anyways!)
109
+ if(fullLayout._draggers) {
110
+ fullLayout._draggers.node().remove();
111
+ }
112
+
113
// in case the svg element had an explicit background color, remove this
114
// we want the rect to get the color so it's the right size; svg bg will
115
// fill whatever container it's displayed in regardless of plot size.
0 commit comments