Skip to content

Commit a4d3597

Browse files
committed
rm old hack that got selection gl2d subplots working
- this was only used for scattergl and now scattergl is plotted on 'cartesian' subplots.
1 parent c4f1edc commit a4d3597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/cartesian/graph_interact.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ exports.initInteractions = function initInteractions(gd) {
2727
return;
2828
}
2929

30-
if(!fullLayout._has('cartesian') && !fullLayout._has('gl2d') && !fullLayout._has('splom')) return;
30+
if(!fullLayout._has('cartesian') && !fullLayout._has('splom')) return;
3131

3232
var subplots = Object.keys(fullLayout._plots || {}).sort(function(a, b) {
3333
// sort overlays last, then by x axis number, then y axis number

0 commit comments

Comments
 (0)