8000 Add bounds to mapbox subplot by archmoj · Pull Request #6339 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

Add bounds to mapbox subplot #6339

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 5 commits into from
Oct 13, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
adjust test
  • Loading branch information
archmoj committed Oct 12, 2022
commit 4329e49e1730a72e3ab2bea46a5de4472059a646
5 changes: 1 addition & 4 deletions test/jasmine/tests/select_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1863,10 +1863,7 @@ describe('Test select box and lasso per trace:', function() {

fig.layout.dragmode = 'select';

delete fig.layout.mapbox.eastbound;
delete fig.layout.mapbox.westbound;
delete fig.layout.mapbox.southbound;
delete fig.layout.mapbox.northbound;
delete fig.layout.mapbox.bounds;

fig.config = {
mapboxAccessToken: require('@build/credentials.json').MAPBOX_ACCESS_TOKEN
Expand Down
0