Skip to content

Commit e034ffe

Browse files
committed
fix for issue 3099
1 parent 435a656 commit e034ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/parcoords/parcoords.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ module.exports = function(root, svg, parcoordsLineLayers, styledData, layout, ca
461461
else d.lineLayer = lineLayerMaker(this, d);
462462

463463
d.viewModel[d.key] = d.lineLayer;
464-
d.lineLayer.render(d.viewModel.panels, !d.context);
464+
d.lineLayer.render(d.viewModel.panels, true);
465465
}
466466
});
467467

0 commit comments

Comments
 (0)