Skip to content

Commit 73fc1a3

Browse files
committed
fix minor regression introduced when linting
1 parent f1fa736 commit 73fc1a3

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
@@ -515,7 +515,7 @@ module.exports = function(root, styledData, layout) {
515515
f[1] = Math.min(1, f[1] + 0.05);
516516
}
517517
d3.select(this).transition().duration(150).call(dimension.brush.extent(f));
518-
dimension.parentfocusLineLayer.render(panels, true);
518+
dimension.parent.focusLineLayer.render(panels, true);
519519
}
520520
domainBrushing = false;
521521
}

0 commit comments

Comments
 (0)