Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e034ffe

Browse filesBrowse files
committed
fix for issue 3099
1 parent 435a656 commit e034ffe
Copy full SHA for e034ffe

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/traces/parcoords/parcoords.js

Copy file name to clipboardExpand all lines: src/traces/parcoords/parcoords.js
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.