Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
57307ee
feat(geo): support min/max scale limits
mojoaxel Oct 5, 2020
d870252
refactor: rename min/max scale limits
mojoaxel Oct 26, 2020
2d9e5f2
chore: use dflt: -1 instad of null
mojoaxel Oct 26, 2020
dd635ee
feat: handle maxscale default in scaleExtent
mojoaxel Oct 26, 2020
8a2c0c5
chore: only rerender on zoom if scale changes
mojoaxel Oct 26, 2020
f882191
chore: fix typo in min/maxscale attributes
mojoaxel Oct 26, 2020
8ed949f
test: adopt test/plot-schema.json to new plot-schema
mojoaxel Jun 10, 2024
29b4316
Trigger initial zoom event to set minscale
camdecoster Feb 18, 2025
048f178
Switch to ES5 syntax
camdecoster Feb 21, 2025
c6007a8
Merge remote-tracking branch 'origin/master' into cam/5192/add-min-ma…
camdecoster Feb 21, 2025
84cd037
Switch to getBBox and fix zoom.event call
camdecoster Feb 22, 2025
d9fca8b
Add draft log
camdecoster Feb 22, 2025
5f0083f
Merge remote-tracking branch 'origin/master' into cam/5192/add-min-ma…
archmoj Jul 21, 2025
0a1f133
Merge remote-tracking branch 'origin/master' into cam/5192/add-min-ma…
camdecoster Jul 23, 2025
ee8597f
Add event check before triggering zoom transition
camdecoster Jul 24, 2025
9b04737
Don't delete default scales for fitbounds
camdecoster Jul 24, 2025
32feb89
add tests for various cases
archmoj Jul 21, 2025
65665fe
Update tests to check scale against scaleExtent
camdecoster Jul 25, 2025
ed99f09
Merge remote-tracking branch 'origin/master' into cam/5192/add-min-ma…
camdecoster Jun 8, 2026
e8c2920
Linting/formatting
camdecoster Jun 8, 2026
608f2a9
Move scaleExtent call and use correct multiplier, improve event check
camdecoster Jun 8, 2026
b5cf6f8
Update descriptions, default maxscale
camdecoster Jun 8, 2026
f938f4b
Refactor max/min scale logic
camdecoster Jun 8, 2026
9fb1cdb
Update syntax
camdecoster Jun 8, 2026
1084264
Linting/formatting
camdecoster Jun 8, 2026
9b46d33
Refactor tests
camdecoster Jun 8, 2026
1bfc5bb
Update schema
camdecoster Jun 8, 2026
da84cc1
Update changelog
camdecoster Jun 8, 2026
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
1 change: 1 addition & 0 deletions draftlogs/7371_add.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Add `minscale`, `maxscale` geo plot attributes [[#7371](https://github.com/plotly/plotly.js/pull/7371)], with thanks to @mojoaxel for the contribution!
Loading
Loading