Skip to content

Commit 943a743

Browse files
committed
Use top paper
1 parent 63af430 commit 943a743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/parcoords/plot.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var parcoords = require('./parcoords');
1313
module.exports = function plot(gd, cdparcoords) {
1414

1515
var fullLayout = gd._fullLayout;
16-
var svg = fullLayout._paper;
16+
var svg = fullLayout._toppaper;
1717
var root = fullLayout._paperdiv;
1818
var container = fullLayout._glcontainer;
1919

0 commit comments

Comments
 (0)