We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4825f8e + 7acd146 commit f428026Copy full SHA for f428026
src/traces/parcoords/base_plot.js
@@ -39,7 +39,7 @@ exports.clean = function(newFullData, newFullLayout, oldFullData, oldFullLayout)
39
exports.toSVG = function(gd) {
40
41
var imageRoot = gd._fullLayout._glimages;
42
- var root = d3.selectAll('.svg-container');
+ var root = d3.select(gd).selectAll('.svg-container');
43
var canvases = root.filter(function(d, i) {return i === root.size() - 1;})
44
.selectAll('.parcoords-lines.context, .parcoords-lines.focus');
45
0 commit comments