8000 Fix issue 359 (zoom overlay drawn beneath shapes) by n-riesco · Pull Request #448 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

Fix issue 359 (zoom overlay drawn beneath shapes) #448

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Apr 27, 2016
Prev Previous commit
Next Next commit
Revert "Pause before starting the drag-interaction tests"
This reverts commit 9032cb7.
  • Loading branch information
n-riesco committed Apr 27, 2016
commit 03cad13084ec05a873be76d38f90d5f8a1168d1f
4 changes: 1 addition & 3 deletions test/jasmine/tests/click_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,7 @@ describe('Test click interactions:', function() {

describe('drag interactions', function() {
beforeEach(function(done) {
Plotly.plot(gd, mockCopy.data, mockCopy.layout).then(function() {
setTimeout(done, 200);
});
Plotly.plot(gd, mockCopy.data, mockCopy.layout).then(done);
});

it('on nw dragbox should update the axis ranges', function(done) {
Expand Down
0