Skip to content

Commit 9d5d411

Browse files
committed
skip gl2d lasso/select for now
1 parent debdd46 commit 9d5d411

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/plots/cartesian/dragbox.js

-2
Original file line numberDiff line numberDiff line change
@@ -696,9 +696,7 @@ module.exports = function dragBox(gd, plotinfo, x, y, w, h, ns, ew) {
696696

697697
function scaleAndGetShift(ax, scaleFactor) {
698698
if(scaleFactor) {
699-
700699
ax.range = ax._r.slice();
701-
702700
scaleZoom(ax, scaleFactor);
703701
return getShift(ax, scaleFactor);
704702
}

test/jasmine/tests/gl2d_click_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ describe('Test hover and click interactions', function() {
445445
});
446446
});
447447

448-
describe('Test gl2d lasso/select:', function() {
448+
describe('@noCI Test gl2d lasso/select:', function() {
449449
var mockFancy = require('@mocks/gl2d_14.json');
450450
var mockFast = Lib.extendDeep({}, mockFancy, {
451451
data: [{mode: 'markers'}],

0 commit comments

Comments
 (0)