Skip to content

Commit 72b64bc

Browse files
committed
get scroll-zoom scalings working for violin sample points
1 parent 6caf991 commit 72b64bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/cartesian/dragbox.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ module.exports = function dragBox(gd, plotinfo, x, y, w, h, ns, ew) {
752752
.call(Drawing.setScale, xScaleFactor2, yScaleFactor2);
753753

754754
var traceGroups = subplot.plot
755-
.selectAll('.scatterlayer .trace, .boxlayer .trace');
755+
.selectAll('.scatterlayer .trace, .boxlayer .trace, .violinlayer .trace');
756756

757757
subplot.plot
758758
.call(Drawing.setTranslate, plotDx, plotDy)

0 commit comments

Comments
 (0)